[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSource.OnSecurityError

OnSecurityError Method

OnSecurityError(string, int)

For internal use.

Declaration
protected virtual bool OnSecurityError(string path, int failedAttemptCount)
Parameters
Type Name Description
string path

The connection path that caused the exception.

int failedAttemptCount

The number of failed open attempts.

Returns
Type Description
bool

A value indicating whether the C1DocumentSource should retry the operation which caused the security error.