Freigeben über


AdomdException-Klasse

Represents an exception thrown by ADOMD.NET.

Vererbungshierarchie

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
    Inherits ApplicationException _
    Implements ISerializable, IDisposable
'Usage
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

Der AdomdException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AdomdException() Initializes a new instance of the AdomdException class.
Öffentliche Methode AdomdException(Int32) Initializes a new instance of the AdomdException class with a given HRESULT.
Öffentliche Methode AdomdException(String) Initializes a new instance of the AdomdException class with a given message.
Öffentliche Methode AdomdException(String, Exception) Initializes a new instance of the AdomdException class with a given message and an inner exception.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Öffentliche Eigenschaft HR Gets the HRESULT, a coded numerical value that is assigned to a specific exception.
Öffentliche Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the AdomdException.
Öffentliche Methode Dispose Releases the resources used by the current instance of the AdomdException class.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Sicherheitskritisch (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ISerializable.GetObjectData Populates the specified SerializationInfo object with the data needed to serialize the AdomdException.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace