ScopeInactiveException 클래스

 

범위 활성화 되지 않은 경우 throw 되는 예외입니다.

네임스페이스:   Microsoft.Workflow.Client
어셈블리:  Microsoft.Workflow.Client(Microsoft.Workflow.Client.dll에 있음)

상속 계층 구조

System.Object
  System.Exception
    Microsoft.Workflow.Client.WorkflowManagementException
      Microsoft.Workflow.Client.ScopeInactiveException

구문

[SerializableAttribute]
public class ScopeInactiveException : WorkflowManagementException
[SerializableAttribute]
public ref class ScopeInactiveException : WorkflowManagementException
[<SerializableAttribute>]
type ScopeInactiveException = 
    class
        inherit WorkflowManagementException
    end
<SerializableAttribute>
Public Class ScopeInactiveException
    Inherits WorkflowManagementException

생성자

이름 설명
System_CAPS_pubmethod ScopeInactiveException()

새 인스턴스를 초기화는 ScopeInactiveException 기본값을 사용 하는 클래스입니다.

System_CAPS_protmethod ScopeInactiveException(SerializationInfo, StreamingContext)

새 인스턴스를 초기화는 ScopeInactiveException serialize 된 데이터를 사용 하 여 클래스입니다.

System_CAPS_pubmethod ScopeInactiveException(String)

새 인스턴스를 초기화는 ScopeInactiveException 오류 메시지와 함께 클래스입니다.

System_CAPS_pubmethod ScopeInactiveException(String, Exception)

새 인스턴스를 초기화는 ScopeInactiveException 클래스 오류 메시지와 내부 예외를 사용 합니다.

속성

이름 설명
System_CAPS_pubproperty Data

(Exception에서 상속됨)

System_CAPS_pubproperty HelpLink

(Exception에서 상속됨)

System_CAPS_pubproperty HResult

(Exception에서 상속됨)

System_CAPS_pubproperty InnerException

(Exception에서 상속됨)

System_CAPS_pubproperty Message

(Exception에서 상속됨)

System_CAPS_pubproperty ScopePath

범위 경로 가져오거나 설정 합니다.

System_CAPS_pubproperty ScopeStatus

범위 상태를 가져오거나 설정 합니다.

System_CAPS_pubproperty Source

(Exception에서 상속됨)

System_CAPS_pubproperty StackTrace

(Exception에서 상속됨)

System_CAPS_pubproperty TargetSite

(Exception에서 상속됨)

메서드

이름 설명
System_CAPS_pubmethod Equals(Object)

(Object에서 상속됨)

System_CAPS_protmethod Finalize()

(Object에서 상속됨)

System_CAPS_pubmethod GetBaseException()

(Exception에서 상속됨)

System_CAPS_pubmethod GetHashCode()

(Object에서 상속됨)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

이 예외에 대 한 직렬화 된 개체 데이터를 가져옵니다.(Exception.GetObjectData(SerializationInfo, StreamingContext)을(를) 재정의함)

System_CAPS_pubmethod GetType()

(Exception에서 상속됨)

System_CAPS_protmethod MemberwiseClone()

(Object에서 상속됨)

System_CAPS_pubmethod ToString()

(Exception에서 상속됨)

이벤트

이름 설명
System_CAPS_protevent SerializeObjectState

(Exception에서 상속됨)

스레드 보안

이 형식의 모든 public static(Visual Basic의 공유 Visual Basic의 경우) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전이 보장되지 않습니다.

참고 항목

Microsoft.Workflow.Client 네임스페이스

맨 위로 이동