Класс OperationException
Represents the errors of the operation.
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.OperationException
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
'Декларация
<SerializableAttribute> _
Public NotInheritable Class OperationException _
Inherits AmoException
'Применение
Dim instance As OperationException
[SerializableAttribute]
public sealed class OperationException : AmoException
[SerializableAttribute]
public ref class OperationException sealed : public AmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type OperationException =
class
inherit AmoException
end
public final class OperationException extends AmoException
Тип OperationException обеспечивает доступ к следующим элементам.
Имя | Описание | |
---|---|---|
![]() |
OperationException | Инфраструктура. Initializes a new instance of the OperationException class. |
В начало
Имя | Описание | |
---|---|---|
![]() |
Data | (Производный от Exception.) |
![]() |
HelpLink | (Производный от Exception.) |
![]() |
HResult | (Производный от Exception.) |
![]() |
InnerException | (Производный от Exception.) |
![]() |
Message | Gets the exception message. (Переопределяет Exception.Message.) |
![]() |
Results | Gets or sets the results of the operation. |
![]() |
Source | (Производный от Exception.) |
![]() |
StackTrace | (Производный от Exception.) |
![]() |
TargetSite | (Производный от Exception.) |
В начало
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
GetBaseException | (Производный от Exception.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetObjectData | Gets the SerializationInfo with information about the exception. (Переопределяет Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Производный от Exception.) |
![]() |
ToString | (Производный от Exception.) |
В начало
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.