Clase AdomdConnectionException
Represents an exception thrown by ADOMD.NET when the connection could not be opened or was disconnected.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdException
Microsoft.AnalysisServices.AdomdClient..::..AdomdConnectionException
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class AdomdConnectionException _
Inherits AdomdException
'Uso
Dim instance As AdomdConnectionException
[SerializableAttribute]
public sealed class AdomdConnectionException : AdomdException
[SerializableAttribute]
public ref class AdomdConnectionException sealed : public AdomdException
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdConnectionException =
class
inherit AdomdException
end
public final class AdomdConnectionException extends AdomdException
El tipo AdomdConnectionException expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
ExceptionCause | Gets the cause of the 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 | Sets the specified System.Runtime.Serialization..::..SerializationInfo with information about the exception. (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
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.