ScopeInactiveException 생성자

 

ScopeInactiveException 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:   Microsoft.Workflow.Client
어셈블리:  Microsoft.Workflow.Client.dll의 Microsoft.Workflow.Client

오버로드 목록

이름 설명
System_CAPS_pubmethod ScopeInactiveException()

기본값으로 ScopeInactiveException 클래스의 새 인스턴스를 초기화합니다.

System_CAPS_protmethod ScopeInactiveException(SerializationInfo, StreamingContext)

직렬화된 데이터로 ScopeInactiveException 클래스의 새 인스턴스를 초기화합니다.

System_CAPS_pubmethod ScopeInactiveException(String)

오류 메시지로 ScopeInactiveException 클래스의 새 인스턴스를 초기화합니다.

System_CAPS_pubmethod ScopeInactiveException(String, Exception)

오류 메시지 및 내부 예외로 ScopeInactiveException 클래스의 새 인스턴스를 초기화합니다.

참고 항목

ScopeInactiveException 클래스
Microsoft.Workflow.Client 네임스페이스

맨 위로 이동

ScopeInactiveException 생성자 ()

기본값으로 ScopeInactiveException 클래스의 새 인스턴스를 초기화합니다.

구문

public ScopeInactiveException()
public:
ScopeInactiveException()
new : unit -> ScopeInactiveException
Public Sub New

맨 위로 이동

ScopeInactiveException 생성자 (SerializationInfo, StreamingContext)

직렬화된 데이터로 ScopeInactiveException 클래스의 새 인스턴스를 초기화합니다.

구문

protected ScopeInactiveException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ScopeInactiveException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> ScopeInactiveException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

매개 변수

맨 위로 이동

ScopeInactiveException 생성자 (String)

오류 메시지로 ScopeInactiveException 클래스의 새 인스턴스를 초기화합니다.

구문

public ScopeInactiveException(
    string message
)
public:
ScopeInactiveException(
    String^ message
)
new : 
        message:string -> ScopeInactiveException
Public Sub New (
    message As String
)

매개 변수

  • message
    Type: System.String

    오류를 설명하는 메시지입니다.

맨 위로 이동

ScopeInactiveException 생성자 (String, Exception)

오류 메시지 및 내부 예외로 ScopeInactiveException 클래스의 새 인스턴스를 초기화합니다.

구문

public ScopeInactiveException(
    string message,
    Exception inner
)
public:
ScopeInactiveException(
    String^ message,
    Exception^ inner
)
new : 
        message:string *
        inner:Exception -> ScopeInactiveException
Public Sub New (
    message As String,
    inner As Exception
)

매개 변수

  • message
    Type: System.String

    오류를 설명하는 메시지입니다.

  • inner
    Type: System.Exception

    현재 예외의 원인인 내부 예외입니다.

맨 위로 이동