'宣言 Public Function New( _ ByVal path As System.String, _ ByVal failedAttemptCount As System.Integer _ )
'使用法 Dim path As System.String Dim failedAttemptCount As System.Integer Dim instance As New SecurityErrorEventArgs(path, failedAttemptCount)
public SecurityErrorEventArgs( System.string path, System.int failedAttemptCount )
パラメータ
- path
- アクセスしようとしてセキュリティエラーが発生した接続パス。
- failedAttemptCount
- 開こうとして失敗した回数。