Document Library for WPF
SecurityErrorEventArgs コンストラクタ

C1.WPF.Document.4.5.2 アセンブリ > C1.WPF.Document 名前空間 > SecurityErrorEventArgs クラス : SecurityErrorEventArgs コンストラクタ
アクセスしようとしてセキュリティエラーが発生した接続パス。
開こうとして失敗した回数。
SecurityErrorEventArgsクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal path As System.String, _
   ByVal failedAttemptCount As System.Integer _
)
public SecurityErrorEventArgs( 
   System.string path,
   System.int failedAttemptCount
)

パラメータ

path
アクセスしようとしてセキュリティエラーが発生した接続パス。
failedAttemptCount
開こうとして失敗した回数。
参照

SecurityErrorEventArgs クラス
SecurityErrorEventArgs メンバ