Элементы AdomdErrorResponseException
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.
Тип AdomdErrorResponseException предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
GetBaseException | (Наследуется из Exception.) | |
GetHashCode | (Наследуется из Object.) | |
GetObjectData | Sets the specified System.Runtime.Serialization..::..SerializationInfo with information about the exception. (Перезаписывает Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Наследуется из Exception.) | |
MemberwiseClone | (Наследуется из Object.) | |
ToString | (Наследуется из Exception.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Data | (Наследуется из 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. (Перезаписывает Exception. . :: . .HelpLink.) | |
HResult | (Наследуется из Exception.) | |
InnerException | (Наследуется из Exception.) | |
Message | Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (Перезаписывает Exception. . :: . .Message.) | |
Source | Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (Перезаписывает Exception. . :: . .Source.) | |
StackTrace | (Наследуется из Exception.) | |
TargetSite | (Наследуется из Exception.) |
В начало