ResponseFormatException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ResponseFormatException(String) |
Initialise une nouvelle instance de la classe ResponseFormatException avec un message d’erreur spécifié. |
ResponseFormatException(String, Exception) |
Initialise une nouvelle instance de la classe ResponseFormatException avec un message d’erreur spécifié et l’interne qui est à l’origine de cette exception. |
ResponseFormatException(String)
Initialise une nouvelle instance de la classe ResponseFormatException avec un message d’erreur spécifié.
public ResponseFormatException (string message);
new Microsoft.AnalysisServices.ResponseFormatException : string -> Microsoft.AnalysisServices.ResponseFormatException
Public Sub New (message As String)
Paramètres
S’applique à
ResponseFormatException(String, Exception)
Initialise une nouvelle instance de la classe ResponseFormatException avec un message d’erreur spécifié et l’interne qui est à l’origine de cette exception.
public ResponseFormatException (string message, Exception innerException);
new Microsoft.AnalysisServices.ResponseFormatException : string * Exception -> Microsoft.AnalysisServices.ResponseFormatException
Public Sub New (message As String, innerException As Exception)