ResponseFormatException Class

Definition

Represents errors that occur during application execution.

[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 a reference to the inner exception that is the cause of this exception.

Applies to