Compartir a través de


Clase AmoException

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

Jerarquía de herencia

System.Object
  System.Exception
    Microsoft.AnalysisServices.AmoException
      Microsoft.AnalysisServices.ConnectionException
      Microsoft.AnalysisServices.OperationException
      Microsoft.AnalysisServices.OutOfSyncException
      Microsoft.AnalysisServices.ResponseFormatException
      Microsoft.AnalysisServices.XmlSerializationException

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class AmoException _
    Inherits Exception
'Uso
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

El tipo AmoException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AmoException() Initializes a new instance of the AmoException class.
Método público AmoException(String) Initializes a new instance of the AmoException class using the specified message text.
Método protegido AmoException(SerializationInfo, StreamingContext) Initializes a new instance of the AmoException class with serialized data.
Método público AmoException(String, Exception) Initializes a new instance of the AmoException class with message text and 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 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 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 Importante para la seguridad. (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

Eventos

  Nombre Descripción
Evento protegido SerializeObjectState (Se hereda de Exception.)

Arriba

Comentarios

 

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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices