Partager via


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
Méthode publique OperationException Infrastructure. Initializes a new instance of the OperationException class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink (hérité de Exception.)
Propriété publique HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message Gets the exception message. (remplace Exception.Message.)
Propriété publique Results Gets or sets the results of the operation.
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData Gets the SerializationInfo with information about the exception. (remplace Exception.GetObjectData(SerializationInfo, StreamingContext).)
Méthode publique GetType (hérité de Exception.)
Méthode publique 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.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices