ResponseFormatException Constructors

Definition

Overloads

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.

ResponseFormatException(String)

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

public ResponseFormatException (string message);
new Microsoft.AnalysisServices.ResponseFormatException : string -> Microsoft.AnalysisServices.ResponseFormatException
Public Sub New (message As String)

Parameters

message
String

A String that specifies the message that describes what caused the exception.

Applies to

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.

public ResponseFormatException (string message, Exception innerException);
new Microsoft.AnalysisServices.ResponseFormatException : string * Exception -> Microsoft.AnalysisServices.ResponseFormatException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

A String that specifies the message that describes what caused the exception.

innerException
Exception

A Exception inner exception that is the cause of the exception.

Applies to