Compartilhar via


Classe SfcException

The base class for all SFC exceptions. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Hierarquia de herança

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcException
        Mais...

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class SfcException _
    Inherits SqlServerManagementException
'Uso
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

O tipo SfcException expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido SfcException() () () () Initializes a new instance of the SfcException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método protegido SfcException(String) Initializes a new instance of the SfcException class with a specified error message. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método protegido SfcException(SerializationInfo, StreamingContext) Initializes a new instance of the SfcException class with the specified serialization information and streaming context. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método protegido 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. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública HelpLink Gets a link to the help file associated with this exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui Exception. . :: . .HelpLink.)
Propriedade protegida HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message (Herdado de Exception.)
Propriedade protegidaMembro estático ProdVer Gets the product version of the instance of SQL Server that generated the SMO exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Propriedade pública Source (Herdado de Exception.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData (Herdado de Exception.)
Método público GetType (Herdado de Exception.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido SetHelpContext Sets the help context value for the referenced exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público ToString (Herdado de Exception.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Hierarquia de herança

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