Classe AdomdConnectionException
Represents an exception thrown by ADOMD.NET when the connection could not be opened or was disconnected.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdException
Microsoft.AnalysisServices.AdomdClient..::..AdomdConnectionException
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en 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
Le type AdomdConnectionException expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
ExceptionCause | Gets the cause of the exception. | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | Sets the specified System.Runtime.Serialization..::..SerializationInfo with information about the exception. (remplace Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.