ErrorEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ErrorEventArgs クラスの新しいインスタンスを初期化します。
オーバーロード
ErrorEventArgs(Exception) |
指定した例外を使用して、ErrorEventArgs クラスの新しいインスタンスを初期化します。 |
ErrorEventArgs(Boolean, Exception) |
指定したキャンセル状態と例外を使用して、ErrorEventArgs クラスの新しいインスタンスを初期化します。 |
ErrorEventArgs(Exception)
指定した例外を使用して、ErrorEventArgs クラスの新しいインスタンスを初期化します。
public:
ErrorEventArgs(Exception ^ exception);
public ErrorEventArgs (Exception exception);
new System.IdentityModel.Services.ErrorEventArgs : Exception -> System.IdentityModel.Services.ErrorEventArgs
Public Sub New (exception As Exception)
パラメーター
例外
exception
が null
です。
注釈
Cancel新しいErrorEventArgsインスタンスの プロパティは にfalse
初期化されます。イベントは取り消されません。
適用対象
ErrorEventArgs(Boolean, Exception)
指定したキャンセル状態と例外を使用して、ErrorEventArgs クラスの新しいインスタンスを初期化します。
public:
ErrorEventArgs(bool cancel, Exception ^ exception);
public ErrorEventArgs (bool cancel, Exception exception);
new System.IdentityModel.Services.ErrorEventArgs : bool * Exception -> System.IdentityModel.Services.ErrorEventArgs
Public Sub New (cancel As Boolean, exception As Exception)
パラメーター
例外
exception
が null
です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET