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. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class SfcCRUDOperationFailedException _
    Inherits SfcException
'Utilisation
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

Le type SfcCRUDOperationFailedException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SfcCRUDOperationFailedException() Initializes a new instance of the SfcCRUDOperationFailedException class. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique SfcCRUDOperationFailedException(String) Initializes a new instance of the SfcCRUDOperationFailedException class with the specified error message. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique 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. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink Gets a link to the help file associated with this exception. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcException.)
Propriété publique HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message (hérité de Exception.)
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData Informations critiques de sécurité. (hérité de Exception.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée SetHelpContext Sets the help context value for the referenced exception. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcException.)
Méthode publique ToString (hérité de Exception.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc