ResponseFormatException Class

Definition

Represents an error due to bad format in the response.

[System.Serializable]
public sealed class ResponseFormatException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type ResponseFormatException = class
    inherit AmoException
Public NotInheritable Class ResponseFormatException
Inherits AmoException
Inheritance
ResponseFormatException
Attributes

Constructors

ResponseFormatException(String)

Initializes a new instance of the ResponseFormatException class with a specified error message.

ResponseFormatException(String, Exception)

Initializes a new instance of the ResponseFormatException class with a specified error message and the inner that is the cause of this exception.

Applies to