Share via


Classe AdomdException

Represents an exception thrown by ADOMD.NET.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.AnalysisServices.AdomdServer..::..AdomdException

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

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
    Inherits ApplicationException _
    Implements ISerializable, IDisposable
'Utilisation
Dim instance As AdomdException
[SerializableAttribute]
public sealed class AdomdException : ApplicationException, 
    ISerializable, IDisposable
[SerializableAttribute]
public ref class AdomdException sealed : public ApplicationException, 
    ISerializable, IDisposable
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdException =  
    class
        inherit ApplicationException
        interface ISerializable
        interface IDisposable
    end
public final class AdomdException extends ApplicationException implements ISerializable, IDisposable

Le type AdomdException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AdomdException() () () () Initializes a new instance of the AdomdException class.
Méthode publique AdomdException(Int32) Initializes a new instance of the AdomdException class with a given HRESULT.
Méthode publique AdomdException(String) Initializes a new instance of the AdomdException class with a given message.
Méthode publique AdomdException(String, Exception) Initializes a new instance of the AdomdException class with a given message and an inner 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é publique HR Gets the HRESULT, a coded numerical value that is assigned to a specific 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 {dtor} Releases all resources used by the AdomdException.
Méthode publique Dispose
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

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ISerializable. . :: . .GetObjectData

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.