バージョン

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

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

パラメータ

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

オンラインで表示: GitHub