SfcInvalidStateException 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 SfcInvalidStateException : Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
[<System.Serializable>]
type SfcInvalidStateException = class
    inherit SfcException
Public NotInheritable Class SfcInvalidStateException
Inherits SfcException
Inheritance
Attributes

Constructors

Name Description
SfcInvalidStateException()
SfcInvalidStateException(String, Exception)
SfcInvalidStateException(String)

Properties

Name Description
HelpLink (Inherited from SfcException)

Methods

Name Description
SetHelpContext(String) (Inherited from SfcException)

Applies to