バージョン

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

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

パラメータ

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