Classe OperationException
Represents the errors of the operation.
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.OperationException
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
'Declaração
<SerializableAttribute> _
Public NotInheritable Class OperationException _
Inherits AmoException
'Uso
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
O tipo OperationException expõe os membros a seguir.
Nome | Descrição | |
---|---|---|
![]() |
OperationException | Infraestrutura. Initializes a new instance of the OperationException class. |
Início
Nome | Descrição | |
---|---|---|
![]() |
Data | (Herdado de Exception.) |
![]() |
HelpLink | (Herdado de Exception.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
Message | Gets the exception message. (Substitui Exception.Message.) |
![]() |
Results | Gets or sets the results of the operation. |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
Início
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | Gets the SerializationInfo with information about the exception. (Substitui Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.