'Declaration Public Event SecurityError As SecurityErrorEventHandler
public event SecurityErrorEventHandler SecurityError
Event Data
The event handler receives an argument of type SecurityErrorEventArgs containing data related to this event. The following SecurityErrorEventArgs properties provide information specific to this event.
Property | 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. |
See Also