ResponseFormatException 類別

定義

表示回應中格式不正確的錯誤。

[System.Serializable]
public sealed class ResponseFormatException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type ResponseFormatException = class
    inherit AmoException
Public NotInheritable Class ResponseFormatException
Inherits AmoException
繼承
ResponseFormatException
屬性

建構函式

ResponseFormatException(String)

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

ResponseFormatException(String, Exception)

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

適用於