SfcInvalidStateException 클래스

정의

이 예외는 지정된 상태의 개체에 대해 유효하지 않은 작업을 수행하려고 할 때 throw됩니다.

[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
상속
특성

생성자

Name Description
SfcInvalidStateException()

이 예외는 지정된 상태의 개체에 대해 유효하지 않은 작업을 수행하려고 할 때 throw됩니다.

SfcInvalidStateException(String, Exception)

이 예외는 지정된 상태의 개체에 대해 유효하지 않은 작업을 수행하려고 할 때 throw됩니다.

SfcInvalidStateException(String)

이 예외는 지정된 상태의 개체에 대해 유효하지 않은 작업을 수행하려고 할 때 throw됩니다.

속성

Name Description
HelpLink

이 예외는 지정된 상태의 개체에 대해 유효하지 않은 작업을 수행하려고 할 때 throw됩니다.

(다음에서 상속됨 SfcException)

메서드

Name Description
SetHelpContext(String)

이 예외는 지정된 상태의 개체에 대해 유효하지 않은 작업을 수행하려고 할 때 throw됩니다.

(다음에서 상속됨 SfcException)

적용 대상