ResponseFormatException Classe

Définition

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
ResponseFormatException
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.

S’applique à