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