AdomdErrorResponseException Members
Include Protected Members
Include Inherited Members
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.
The AdomdErrorResponseException type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetBaseException() | (Inherited from Exception.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetObjectData(SerializationInfo, StreamingContext) | Sets the specified System.Runtime.Serialization.SerializationInfo with information about the exception. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType() | (Inherited from Exception.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from 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. (Overrides Exception.HelpLink.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (Overrides Exception.Message.) |
![]() |
Source | Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (Overrides Exception.Source.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top