SfcInvalidConnectionContextModeChangeException-Klasse
The exception that is thrown when a connection context mode change that is not valid is attempted. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcException
Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcInvalidConnectionContextModeChangeException
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SfcInvalidConnectionContextModeChangeException _
Inherits SfcException
'Usage
Dim instance As SfcInvalidConnectionContextModeChangeException
[SerializableAttribute]
public sealed class SfcInvalidConnectionContextModeChangeException : SfcException
[SerializableAttribute]
public ref class SfcInvalidConnectionContextModeChangeException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcInvalidConnectionContextModeChangeException =
class
inherit SfcException
end
public final class SfcInvalidConnectionContextModeChangeException extends SfcException
Der SfcInvalidConnectionContextModeChangeException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SfcInvalidConnectionContextModeChangeException() () () () | Initializes a new instance of the SfcInvalidConnectionContextModeChangeException class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SfcInvalidConnectionContextModeChangeException(String, String) | Initializes a new instance of the SfcInvalidConnectionContextModeChangeException class with the specified connection context modes. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SfcInvalidConnectionContextModeChangeException(String, String, Exception) | Initializes a new instance of the SfcInvalidConnectionContextModeChangeException class with the specified connection context modes and a reference to the inner exception that is the cause of this exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | Gets a link to the help file associated with this exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcException.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | Gets the error message. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt Exception. . :: . .Message.) | |
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 | Sets the SerializationInfo object with information about the exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
SetHelpContext | Sets the help context value for the referenced exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcException.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.