Compartilhar via


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

O tipo AdomdErrorResponseException expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Sets the specified System.Runtime.Serialization..::..SerializationInfo with information about the exception. (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Herdado de Exception.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Exception.)

Início

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública ErrorCode Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.
Propriedade pública Errors Gets a reference to the AdomdErrorCollection contained by the exception.
Propriedade pública HelpLink Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. (Substitui Exception. . :: . .HelpLink.)
Propriedade protegida HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (Substitui Exception. . :: . .Message.)
Propriedade pública Source Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (Substitui Exception. . :: . .Source.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)

Início