SecurityErrorEventArgs Constructor
Initializes a new instance of the
SecurityErrorEventArgs class.
public SecurityErrorEventArgs(
string ,
int
)
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Integer _
)
Parameters
- path
- The connection path accessing which caused the security error.
- failedAttemptCount
- The number of failed open attempts.