SfcException-Klasse
The base class for all SFC exceptions. 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
Mehr…
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SfcException _
Inherits SqlServerManagementException
'Usage
Dim instance As SfcException
[SerializableAttribute]
public class SfcException : SqlServerManagementException
[SerializableAttribute]
public ref class SfcException : public SqlServerManagementException
[<SerializableAttribute>]
type SfcException =
class
inherit SqlServerManagementException
end
public class SfcException extends SqlServerManagementException
Der SfcException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SfcException() | Initializes a new instance of the SfcException class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SfcException(String) | Initializes a new instance of the SfcException class with a specified error message. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SfcException(SerializationInfo, StreamingContext) | Initializes a new instance of the SfcException class with the specified serialization information and streaming context. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
SfcException(String, Exception) | Initializes a new instance of the SfcException class with the specified error message 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. (Überschreibt Exception.HelpLink.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
ProdVer | Gets the product version of the instance of SQL Server that generated the SMO exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
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 | Sicherheitskritisch (Geerbt von Exception.) | |
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. | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
SerializeObjectState | (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.
Siehe auch
Verweis
Microsoft.SqlServer.Management.Sdk.Sfc-Namespace
Vererbungshierarchie
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCRUDOperationFailedException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidArgumentException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidConnectionContextModeChangeException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidKeyChainException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidKeyException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidMoveException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidQueryExpressionException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidRenameException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStateException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidStreamException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidXmlParentTypeException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcMetadataException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcMissingParentException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcNonSerializablePropertyException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcNonSerializableTypeException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectInitializationException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectNotScriptableException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyNotSetException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyReadOnlyException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryConnectionUnavailableException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcSecurityException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcSerializationException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcSqlCeNotInstalledException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnregisteredXmlDomainException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnregisteredXmlTypeException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionSerializationException