Partilhar via


Classe SfcInvalidKeyException

The exception that is thrown when a key is not valid. 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
        Microsoft.SqlServer.Management.Sdk.Sfc.SfcInvalidKeyException

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class SfcInvalidKeyException _
    Inherits SfcException
'Uso
Dim instance As SfcInvalidKeyException
[SerializableAttribute]
public sealed class SfcInvalidKeyException : SfcException
[SerializableAttribute]
public ref class SfcInvalidKeyException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcInvalidKeyException =  
    class 
        inherit SfcException 
    end
public final class SfcInvalidKeyException extends SfcException

O tipo SfcInvalidKeyException expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SfcInvalidKeyException() Initializes a new instance of the SfcInvalidKeyException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SfcInvalidKeyException(String) Initializes a new instance of the SfcInvalidKeyException class using the specified key name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SfcInvalidKeyException(String, Exception) Initializes a new instance of the SfcInvalidKeyException class using the specified key name 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. (Herdado de SfcException.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message Gets the error message. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui Exception.Message.)
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 público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Sets the SerializationInfo object with information about the exception. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui Exception.GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Herdado de Exception.)
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. (Herdado de SfcException.)
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc