Classe ConnectionException

The exception that is thrown when a connection problem arises between the server and current application. This class cannot be inherited.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class ConnectionException _
    Inherits AmoException
'Utilisation
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

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.AnalysisServices. . :: . .AmoException
      Microsoft.AnalysisServices..::..ConnectionException

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.