ResponseFormatException 构造函数 (String)
Initializes a new instance of the ResponseFormatException class with a specified error message.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub New ( _
message As String _
)
用法
Dim message As String
Dim instance As New ResponseFormatException(message)
public ResponseFormatException(
string message
)
public:
ResponseFormatException(
String^ message
)
new :
message:string -> ResponseFormatException
public function ResponseFormatException(
message : String
)
参数
- message
类型:System.String
The message that describes the error.