Share via


ResponseFormatException 构造函数

定义

重载

ResponseFormatException(String)

使用指定的错误消息初始化 ResponseFormatException 类的新实例。

ResponseFormatException(String, Exception)

使用指定的错误消息和作为此异常原因的内部初始化 ResponseFormatException 类的新实例。

ResponseFormatException(String)

使用指定的错误消息初始化 ResponseFormatException 类的新实例。

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

参数

message
String

String 个,指定描述导致异常的消息。

适用于

ResponseFormatException(String, Exception)

使用指定的错误消息和作为此异常原因的内部初始化 ResponseFormatException 类的新实例。

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

参数

message
String

String 个,指定描述导致异常的消息。

innerException
Exception

作为 Exception 异常原因的内部异常。

适用于