AccountIsLockedException(String, Uri, Exception) コンストラクター

定義

クラスの新しいインスタンスを AccountIsLockedException 初期化します。

public:
 AccountIsLockedException(System::String ^ message, Uri ^ accountUnlockUrl, Exception ^ innerException);
public AccountIsLockedException (string message, Uri accountUnlockUrl, Exception innerException);
Public Sub New (message As String, accountUnlockUrl As Uri, innerException As Exception)

パラメーター

message
String

エラー メッセージ。

accountUnlockUrl
Uri

クライアントがアカウントのロックを解除するために移動する URL。

innerException
Exception

内部例外。

適用対象