ResponseFormatException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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)