AdapterException 建構函式 (String, Exception)

 

使用指定的訊息和內部例外狀況,初始化 AdapterException 類別的新執行個體。

命名空間:   Microsoft.ComplexEventProcessing.Adapters
組件:  Microsoft.ComplexEventProcessing.Adapters (在 Microsoft.ComplexEventProcessing.Adapters.dll 中)

語法

public AdapterException(
    string message,
    Exception innerException
)
public:
AdapterException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> AdapterException
Public Sub New (
    message As String,
    innerException As Exception
)

參數

  • message
    描述例外狀況的錯誤訊息。
  • innerException
    指定內部例外狀況的訊息。

請參閱

AdapterException 超載
AdapterException 類別
Microsoft.ComplexEventProcessing.Adapters 命名空間

回到頁首