[]
        
(Showing Draft Content)

C1.WPF.Document.SecurityErrorEventArgs

SecurityErrorEventArgs Class

Defines parameters for a SecurityError event.

Inheritance
SecurityErrorEventArgs
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class SecurityErrorEventArgs : EventArgs

Constructors

Name Description
SecurityErrorEventArgs(string, int)

Initializes a new instance of the SecurityErrorEventArgs class.

Properties

Name Description
FailedAttemptCount

Gets the number of failed open attempts.

Path

Get the connection path accessing which caused the security error.

Retry

Gets or sets a value indicating whether the C1DocumentSource should retry the operation which caused the security error. The default value is false.