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

SfcInvalidStateException()
SfcInvalidStateException(String)
SfcInvalidStateException(String, Exception)

Properties

HelpLink (Inherited from SfcException)

Methods

SetHelpContext(String) (Inherited from SfcException)

Applies to