Classe AdomdConnectionException

Represents an exception thrown by ADOMD.NET when the connection could not be opened or was disconnected.

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

Syntaxe

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

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdException
      Microsoft.AnalysisServices.AdomdClient..::..AdomdConnectionException

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.