[]
        
(Showing Draft Content)

C1.Document.SecurityErrorEventArgs.-ctor

SecurityErrorEventArgs Constructor

SecurityErrorEventArgs(string, int)

Initializes a new instance of the SecurityErrorEventArgs class.

Declaration
public SecurityErrorEventArgs(string path, int failedAttemptCount)
Public Sub New(path As String, failedAttemptCount As Integer)
Parameters
Type Name Description
string path

The connection path accessing which caused the security error.

int failedAttemptCount

The number of failed open attempts.