Partilhar via


Classe SfcCRUDOperationFailedException

The exception that is thrown when the requested CRUD (Create, Read, Update, Delete) operation is not valid for the object in its current state. 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.SfcCRUDOperationFailedException

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 SfcCRUDOperationFailedException _
    Inherits SfcException
'Uso
Dim instance As SfcCRUDOperationFailedException
[SerializableAttribute]
public sealed class SfcCRUDOperationFailedException : SfcException
[SerializableAttribute]
public ref class SfcCRUDOperationFailedException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcCRUDOperationFailedException =  
    class 
        inherit SfcException 
    end
public final class SfcCRUDOperationFailedException extends SfcException

O tipo SfcCRUDOperationFailedException expõe os membros a seguir.

Construtores

  Nome Descrição
Método público SfcCRUDOperationFailedException() Initializes a new instance of the SfcCRUDOperationFailedException class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SfcCRUDOperationFailedException(String) Initializes a new instance of the SfcCRUDOperationFailedException class with the specified error message. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público SfcCRUDOperationFailedException(String, Exception) Initializes a new instance of the SfcCRUDOperationFailedException 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. (Herdado de SfcException.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message (Herdado de Exception.)
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 Segurança crítica. (Herdado de Exception.)
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