Share via


AdomdException Members

Include Protected Members
Include Inherited Members

Represents an exception thrown by ADOMD.NET.

The AdomdException type exposes the following members.

Constructors

  Name Description
Public method AdomdException() Initializes a new instance of the AdomdException class.
Public method AdomdException(Int32) Initializes a new instance of the AdomdException class with a given HRESULT.
Public method AdomdException(String) Initializes a new instance of the AdomdException class with a given message.
Public method AdomdException(String, Exception) Initializes a new instance of the AdomdException class with a given message and an inner exception.

Top

Methods

  Name Description
Public method {dtor}() Releases all resources used by the AdomdException.
Public method Dispose()
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetBaseException() (Inherited from Exception.)
Public method GetHashCode() (Inherited from Object.)
Public method GetObjectData(SerializationInfo, StreamingContext) (Inherited from Exception.)
Public method GetType() (Inherited from Exception.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Exception.)

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from Exception.)
Public property HR Gets the HRESULT, a coded numerical value that is assigned to a specific exception.
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Top