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
。