C1.UWP.Document Assembly / C1.Xaml.Document Namespace / SecurityErrorEventArgs Class / SecurityErrorEventArgs Constructor
The connection path accessing which caused the security error.
The number of failed open attempts.

In This Topic
SecurityErrorEventArgs Constructor
In This Topic
Initializes a new instance of the SecurityErrorEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As String, _
   ByVal failedAttemptCount As Integer _
)
 

Parameters

path
The connection path accessing which caused the security error.
failedAttemptCount
The number of failed open attempts.
See Also