ResponseFormatException Constructor (String)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
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
)
Parameters
- message
Type: System.String