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 | |
---|---|---|
AmoException() () () () | ||
AmoException(String) | Initializes a new instance of the AmoException class using the specified message text. | |
AmoException(SerializationInfo, StreamingContext) | ||
AmoException(String, Exception) |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.