Classe OperationException
Represents the errors of the operation.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.OperationException
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class OperationException _
Inherits AmoException
'Utilisation
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
Le type OperationException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
OperationException | Infrastructure. Initializes a new instance of the OperationException class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | Gets the exception message. (remplace Exception.Message.) | |
Results | Gets or sets the results of the operation. | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | Gets the SerializationInfo with information about the exception. (remplace Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (hérité de Exception.) | |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.