ConnectionException-Klasse
The ConnectionException class is an exception that is raised when an error occurs on the connection to the instance of SQL Server.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
System. . :: . .SystemException
Microsoft.SqlServer.Management.Common..::..ConnectionException
Mehr…
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ConnectionException _
Inherits SystemException
'Usage
Dim instance As ConnectionException
[SerializableAttribute]
public class ConnectionException : SystemException
[SerializableAttribute]
public ref class ConnectionException : public SystemException
[<SerializableAttribute>]
type ConnectionException =
class
inherit SystemException
end
public class ConnectionException extends SystemException
Der ConnectionException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ConnectionException() () () () | Initializes a new instance of the ConnectionException class. | |
ConnectionException(String) | Initializes a new instance of the ConnectionException class with the specified message text. | |
ConnectionException(SerializationInfo, StreamingContext) | Initializes a new instance of the ConnectionException class with the specified serialization information and streaming context. | |
ConnectionException(String, Exception) | Initializes a new instance of the ConnectionException class with the specified message text and inner exception. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Hinweise
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
System. . :: . .SystemException
Microsoft.SqlServer.Management.Common..::..ConnectionException
Microsoft.SqlServer.Management.Common. . :: . .ChangePasswordFailureException
Microsoft.SqlServer.Management.Common. . :: . .ConnectionCannotBeChangedException
Microsoft.SqlServer.Management.Common. . :: . .ConnectionFailureException
Microsoft.SqlServer.Management.Common. . :: . .DisconnectedConnectionException
Microsoft.SqlServer.Management.Common. . :: . .ExecutionFailureException
Microsoft.SqlServer.Management.Common. . :: . .InvalidArgumentException
Microsoft.SqlServer.Management.Common. . :: . .InvalidPropertyValueException
Microsoft.SqlServer.Management.Common. . :: . .NotInTransactionException
Microsoft.SqlServer.Management.Common. . :: . .PropertyNotAvailableException
Microsoft.SqlServer.Management.Common. . :: . .PropertyNotSetException