Classe OperationException
Represents the errors of the operation.
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.OperationException
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class OperationException _
Inherits AmoException
'Utilizzo
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
Nel tipo OperationException sono esposti i membri seguenti.
Nome | Descrizione | |
---|---|---|
![]() |
OperationException | Infrastruttura. Initializes a new instance of the OperationException class. |
In alto
Nome | Descrizione | |
---|---|---|
![]() |
Data | Ereditato da Exception. |
![]() |
HelpLink | Ereditato da Exception. |
![]() |
HResult | Ereditato da Exception. |
![]() |
InnerException | Ereditato da Exception. |
![]() |
Message | Gets the exception message. Esegue l'override di Exception.Message. |
![]() |
Results | Gets or sets the results of the operation. |
![]() |
Source | Ereditato da Exception. |
![]() |
StackTrace | Ereditato da Exception. |
![]() |
TargetSite | Ereditato da Exception. |
In alto
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetBaseException | Ereditato da Exception. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetObjectData | Gets the SerializationInfo with information about the exception. Esegue l'override di Exception.GetObjectData(SerializationInfo, StreamingContext). |
![]() |
GetType | Ereditato da Exception. |
![]() |
ToString | Ereditato da Exception. |
In alto
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.