ResponseFormatException Classe
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.
Représente une erreur due à un format incorrect dans la réponse.
[System.Serializable]
public sealed class ResponseFormatException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type ResponseFormatException = class
inherit AmoException
Public NotInheritable Class ResponseFormatException
Inherits AmoException
- Héritage
- Attributs
Constructeurs
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’élément interne qui est la cause de cette exception. |