ConnectionException Clase
The exception that is thrown when a connection problem arises between the server and current application. This class cannot be inherited.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class ConnectionException _
Inherits AmoException
'Uso
Dim instance As ConnectionException
[SerializableAttribute]
public sealed class ConnectionException : AmoException
[SerializableAttribute]
public ref class ConnectionException sealed : public AmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type ConnectionException =
class
inherit AmoException
end
public final class ConnectionException extends AmoException
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices. . :: . .AmoException
Microsoft.AnalysisServices..::..ConnectionException
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.