Partager via


Membres AdomdErrorResponseException

Represents an exception thrown by ADOMD.NET when a response is received from a provider which indicates an error. This exception contains a collection of AdomdError objects that contain information about each problem reported by the provider.

Le type AdomdErrorResponseException expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetBaseException (Hérité de Exception.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetObjectData Sets the specified System.Runtime.Serialization..::..SerializationInfo with information about the exception. (Se substitue à Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Méthode publique GetType (Hérité de Exception.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Exception.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (Hérité de Exception.)
Propriété publique ErrorCode Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.
Propriété publique Errors Gets a reference to the AdomdErrorCollection contained by the exception.
Propriété publique HelpLink Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. (Se substitue à Exception. . :: . .HelpLink.)
Propriété protégée HResult (Hérité de Exception.)
Propriété publique InnerException (Hérité de Exception.)
Propriété publique Message Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (Se substitue à Exception. . :: . .Message.)
Propriété publique Source Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (Se substitue à Exception. . :: . .Source.)
Propriété publique StackTrace (Hérité de Exception.)
Propriété publique TargetSite (Hérité de Exception.)

Haut de la page