Share via


Clase AdomdException

Represents an exception thrown by ADOMD.NET.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class AdomdException _
    Inherits ApplicationException _
    Implements ISerializable, IDisposable
'Uso
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

El tipo AdomdException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AdomdException() () () () Initializes a new instance of the AdomdException class.
Método público AdomdException(Int32) Initializes a new instance of the AdomdException class with a given HRESULT.
Método público AdomdException(String) Initializes a new instance of the AdomdException class with a given message.
Método público AdomdException(String, Exception) Initializes a new instance of the AdomdException class with a given message and an inner exception.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad pública HR Gets the HRESULT, a coded numerical value that is assigned to a specific exception.
Propiedad protegida HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público {dtor} Releases all resources used by the AdomdException.
Método público Dispose
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Exception.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISerializable. . :: . .GetObjectData

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.