Compartir a través de


Clase AmoException

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

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() () () ()
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)
Método público AmoException(String, Exception)

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de 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 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

Comentarios

Nuevo: 17 de julio de 2006

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.