[]
Defines parameters for a SecurityError event.
public class SecurityErrorEventArgs : EventArgs
Name | Description |
---|---|
SecurityErrorEventArgs(string, int) | Initializes a new instance of the SecurityErrorEventArgs class. |
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. |