AdomdErrorResponseException Class
Updated: March 10, 2016
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.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
System::Exception
Microsoft.AnalysisServices.AdomdClient::AdomdException
Microsoft.AnalysisServices.AdomdClient::AdomdErrorResponseException
| 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.) |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (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.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

