Document Library for WinForms
SecurityException コンストラクタ

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > SecurityException クラス : SecurityException コンストラクタ
The connection path that caused the exception.
The inner exception which is the cause of the current exception, or a null reference (Nothing in Visual Basic) if there is no associated inner exception.
Initializes a new instance of the SecurityException class.
シンタックス
'宣言
 
Public Function New( _
   ByVal path As System.String, _
   ByVal ex As System.Exception _
)
public SecurityException( 
   System.string path,
   System.Exception ex
)

パラメータ

path
The connection path that caused the exception.
ex
The inner exception which is the cause of the current exception, or a null reference (Nothing in Visual Basic) if there is no associated inner exception.
参照

SecurityException クラス
SecurityException メンバ