Freigeben über


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
Geschützte Methode SfcException() () () () Initializes a new instance of the SfcException class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Geschützte Methode 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.
Geschützte Methode 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.
Geschützte Methode 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
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft 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.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Geschützte EigenschaftStatisches Element 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.
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode 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.
Öffentliche Methode 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.

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