Compartir a través de


ResponseFormatException Constructor (String)

Initializes a new instance of the ResponseFormatException class with a specified error message.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
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
)

Parámetros

  • message
    Tipo: System.String
    The message that describes the error.

Vea también

Referencia

ResponseFormatException Clase

Sobrecarga de ResponseFormatException

Espacio de nombres Microsoft.AnalysisServices