[]
        
(Showing Draft Content)

C1.WPF.Document.SecurityErrorEventArgs.-ctor

SecurityErrorEventArgs Constructor

SecurityErrorEventArgs(string, int)

Initializes a new instance of the SecurityErrorEventArgs class.

Declaration
public SecurityErrorEventArgs(string path, int failedAttemptCount)
Parameters
Type Name Description
string path

The connection path accessing which caused the security error.

int failedAttemptCount

The number of failed open attempts.