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 | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Sets the specified System.Runtime.Serialization..::..SerializationInfo with information about the exception. (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
ErrorCode | Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException. | |
Errors | Gets a reference to the AdomdErrorCollection contained by the exception. | |
HelpLink | Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. (Substitui Exception. . :: . .HelpLink.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (Substitui Exception. . :: . .Message.) | |
Source | Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (Substitui Exception. . :: . .Source.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Consulte também