RuntimeFault 建構函式 (String)

 

使用指定的訊息,初始化 RuntimeFault 類別的新執行個體。

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

語法

public RuntimeFault(
    string message
)
public:
RuntimeFault(
    String^ message
)
new : 
        message:string -> RuntimeFault
Public Sub New (
    message As String
)

參數

  • message
    String,其中包含提供這個錯誤之相關資訊的訊息。

請參閱

RuntimeFault 類別
Microsoft.ComplexEventProcessing.ManagementService 命名空間

回到頁首