SfcCRUDOperationFailedException Class

Definition

This exception is thrown on attempt to perform an operation that is invalid for an object in given state

[System.Serializable]
public sealed class SfcCRUDOperationFailedException : Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
[<System.Serializable>]
type SfcCRUDOperationFailedException = class
    inherit SfcException
Public NotInheritable Class SfcCRUDOperationFailedException
Inherits SfcException
Inheritance
SfcCRUDOperationFailedException
Attributes

Constructors

Name Description
SfcCRUDOperationFailedException()
SfcCRUDOperationFailedException(String, Exception)
SfcCRUDOperationFailedException(String)

Properties

Name Description
HelpLink (Inherited from SfcException)

Methods

Name Description
SetHelpContext(String) (Inherited from SfcException)

Applies to