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 )
Nom | 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 ) |
Haut de la page
Protected Properties
Nom | Description | |
---|---|---|
HResult | (inherited from Exception ) |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | 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 ) |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Haut de la page
Voir aussi
Référence
AdomdErrorResponseException Class
Microsoft.AnalysisServices.AdomdClient Namespace