Costruttore ResponseFormatException (String)
Initializes a new instance of the ResponseFormatException class with a specified error message.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String _
)
'Utilizzo
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
)
Parametri
- message
Tipo: System.String
The message that describes the error.
Vedere anche
Riferimento
ResponseFormatException Classe