[]
For internal use.
protected virtual bool OnSecurityError(string path, int failedAttemptCount)
Protected Overridable Function OnSecurityError(path As String, failedAttemptCount As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| string | path | The connection path that caused the exception. |
| int | failedAttemptCount | The number of failed open attempts. |
| Type | Description |
|---|---|
| bool | A value indicating whether the C1DocumentSource should retry the operation which caused the security error. |