Поделиться через


Элементы 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.)

В начало