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 クラスの新しいインスタンスを初期化します。

適用対象