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.