'Declaration Protected Overridable Function OnSecurityError( _ ByVal path As String, _ ByVal failedAttemptCount As Integer _ ) As Boolean
protected virtual bool OnSecurityError( string path, int failedAttemptCount )
Parameters
- path
- The connection path that caused the exception.
- failedAttemptCount
- The number of failed open attempts.
Return Value
A value indicating whether the C1DocumentSource should retry the operation which caused the security error.