共用方式為


ResponseFormatException 建構函式

定義

多載

ResponseFormatException(String)

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

ResponseFormatException(String, Exception)

使用指定的錯誤訊息和造成這個例外狀況的內部,初始化 ResponseFormatException 類別的新實例。

ResponseFormatException(String)

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

public ResponseFormatException (string message);
new Microsoft.AnalysisServices.ResponseFormatException : string -> Microsoft.AnalysisServices.ResponseFormatException
Public Sub New (message As String)

參數

message
String

String,指定描述造成例外狀況之原因的訊息。

適用於

ResponseFormatException(String, Exception)

使用指定的錯誤訊息和造成這個例外狀況的內部,初始化 ResponseFormatException 類別的新實例。

public ResponseFormatException (string message, Exception innerException);
new Microsoft.AnalysisServices.ResponseFormatException : string * Exception -> Microsoft.AnalysisServices.ResponseFormatException
Public Sub New (message As String, innerException As Exception)

參數

message
String

String,指定描述造成例外狀況之原因的訊息。

innerException
Exception

造成 Exception 例外狀況的內部例外狀況。

適用於