ResponseFormatException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示回應中格式不正確的錯誤。
[System.Serializable]
public sealed class ResponseFormatException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type ResponseFormatException = class
inherit AmoException
Public NotInheritable Class ResponseFormatException
Inherits AmoException
- 繼承
- 屬性
建構函式
ResponseFormatException(String) |
使用指定的錯誤訊息,初始化 ResponseFormatException 類別的新執行個體。 |
ResponseFormatException(String, Exception) |
使用指定的錯誤訊息和造成這個例外狀況的內部,初始化 ResponseFormatException 類別的新實例。 |