Occurs when a securiy exception occurs during a document source operation. This event allows to correct security-related properties like System.Net.NetworkCredential and retry a failed operation with new credentials.
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. |