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 )
이름 | 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 ) |
위쪽
Protected Properties
이름 | Description | |
---|---|---|
HResult | (inherited from Exception ) |
위쪽
Public Methods
(see also Protected Methods )
이름 | 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 ) |
위쪽
Protected Methods
이름 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
위쪽
참고 항목
참조
AdomdErrorResponseException Class
Microsoft.AnalysisServices.AdomdClient Namespace