Класс 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.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdException
Microsoft.AnalysisServices.AdomdClient..::..AdomdErrorResponseException
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public NotInheritable Class AdomdErrorResponseException _
Inherits AdomdException
'Применение
Dim instance As AdomdErrorResponseException
[SerializableAttribute]
public sealed class AdomdErrorResponseException : AdomdException
[SerializableAttribute]
public ref class AdomdErrorResponseException sealed : public AdomdException
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdErrorResponseException =
class
inherit AdomdException
end
public final class AdomdErrorResponseException extends AdomdException
Тип AdomdErrorResponseException обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
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.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
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.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.