AdomdErrorResponseException 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 following tables list the members exposed by the AdomdErrorResponseException type.
Public Properties
(see also Protected 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 | Overridden. Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. | |
InnerException | (inherited from Exception ) | |
Message | Overridden. Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. | |
Source | Overridden. Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. | |
StackTrace | (inherited from Exception ) | |
TargetSite | (inherited from Exception ) |
Top
Protected Properties
Name | Description | |
---|---|---|
HResult | (inherited from Exception ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetBaseException | (inherited from Exception ) | |
GetHashCode | (inherited from Object ) | |
GetObjectData | Overridden. Sets the specified System.Runtime.Serialization.SerializationInfo with information about the exception. | |
GetType | (inherited from Exception ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Exception ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
AdomdErrorResponseException Class
Microsoft.AnalysisServices.AdomdClient Namespace