[]
Initializes a new instance of the SecurityErrorEventArgs class.
public SecurityErrorEventArgs(string path, int failedAttemptCount)
Type | Name | Description |
---|---|---|
string | path | The connection path accessing which caused the security error. |
int | failedAttemptCount | The number of failed open attempts. |