バージョン

DocumentEncryptedException コンストラクタ(String,Exception)

新しい DocumentEncryptedException インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
public DocumentEncryptedException( 
   string message,
   Exception innerException
)

パラメータ

message
エラーを説明するメッセージ。
innerException
この例外を発生した例外。
参照