Share via


Classe AmoException

Represents an exception that is raised when an AMO error or warning is encountered.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class AmoException _
    Inherits Exception
'Utilisation
Dim instance As AmoException
[SerializableAttribute]
public class AmoException : Exception
[SerializableAttribute]
public ref class AmoException : public Exception
[<SerializableAttribute>]
type AmoException =  
    class
        inherit Exception
    end
public class AmoException extends Exception

Le type AmoException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AmoException() () () ()
Méthode publique AmoException(String) Initializes a new instance of the AmoException class using the specified message text.
Méthode protégée AmoException(SerializationInfo, StreamingContext)
Méthode publique AmoException(String, Exception)

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é protégée HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message (hérité de Exception.)
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 protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData (hérité de Exception.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Exception.)

Haut de la page

Notes

Nouveau : 17 juillet 2006

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.