EventDeliveryFailedException 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

호스트에서 발생한 이벤트를 워크플로 인스턴스에 전달할 수 없는 경우 throw되는 예외입니다. 일반적으로 이벤트는 워크플로 인스턴스의 ExternalDataExchangeService에서 발생합니다. 이 클래스는 상속될 수 없습니다.

public ref class EventDeliveryFailedException sealed : SystemException
[System.Serializable]
public sealed class EventDeliveryFailedException : SystemException
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class EventDeliveryFailedException : SystemException
[<System.Serializable>]
type EventDeliveryFailedException = class
    inherit SystemException
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type EventDeliveryFailedException = class
    inherit SystemException
Public NotInheritable Class EventDeliveryFailedException
Inherits SystemException
상속
EventDeliveryFailedException
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

이 예외가 throw 되 면 다음 문자열이 이벤트 로그에 추가 됩니다: 이벤트 "{1}"에서 인터페이스 유형"{0}"예를 들어 id"{2}" 배달할 수 없습니다.

상태 컴퓨터 워크플로를 사용하는 경우 "큐 '{0}'가 사용하도록 설정되지 않았습니다."라는 메시지와 함께 예외가 발생할 수 있습니다. 이는 상태 컴퓨터의 현재 상태가 특정 이벤트를 처리하는 방법을 모를 때 발생합니다. 예를 들어 현재 상태 이외의 일부 상태에 '{0}' 큐에서 나타내는 EventDrivenActivity를 포함하는 HandleExternalEventActivity가 있습니다.

생성자

EventDeliveryFailedException()
사용되지 않음.

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

EventDeliveryFailedException(String)
사용되지 않음.

예외에 대한 이유를 설명하는 오류 메시지를 사용하여 EventDeliveryFailedException 클래스의 새 인스턴스를 초기화합니다.

EventDeliveryFailedException(String, Exception)
사용되지 않음.

예외에 대한 이유 및 이 예외를 발생시킨 EventDeliveryFailedException을 설명하는 오류 메시지를 사용하여 Exception 클래스의 새 인스턴스를 초기화합니다

속성

Data
사용되지 않음.

예외에 대한 사용자 정의 정보를 추가로 제공하는 키/값 쌍 컬렉션을 가져옵니다.

(다음에서 상속됨 Exception)
HelpLink
사용되지 않음.

이 예외와 연결된 도움말 파일에 대한 링크를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
HResult
사용되지 않음.

특정 예외에 할당된 코드화된 숫자 값인 HRESULT를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
InnerException
사용되지 않음.

현재 예외를 발생시킨 Exception 인스턴스를 가져옵니다.

(다음에서 상속됨 Exception)
Message
사용되지 않음.

현재 예외를 설명하는 메시지를 가져옵니다.

(다음에서 상속됨 Exception)
Source
사용되지 않음.

오류를 발생시키는 애플리케이션 또는 개체의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
StackTrace
사용되지 않음.

호출 스택의 직접 실행 프레임 문자열 표현을 가져옵니다.

(다음에서 상속됨 Exception)
TargetSite
사용되지 않음.

현재 예외를 throw하는 메서드를 가져옵니다.

(다음에서 상속됨 Exception)

메서드

Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetBaseException()
사용되지 않음.

파생 클래스에서 재정의된 경우 하나 이상의 후속 예외의 근본 원인이 되는 Exception 을 반환합니다.

(다음에서 상속됨 Exception)
GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetObjectData(SerializationInfo, StreamingContext)
사용되지 않음.

파생 클래스에서 재정의된 경우 예외에 관한 정보를 SerializationInfo 에 설정합니다.

(다음에서 상속됨 Exception)
GetType()
사용되지 않음.

현재 인스턴스의 런타임 형식을 가져옵니다.

(다음에서 상속됨 Exception)
MemberwiseClone()
사용되지 않음.

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

현재 예외에 대한 문자열 표현을 만들고 반환합니다.

(다음에서 상속됨 Exception)

이벤트

SerializeObjectState
사용되지 않음.

예외에 대한 serialize된 데이터가 들어 있는 예외 상태 개체가 만들어지도록 예외가 serialize될 때 발생합니다.

(다음에서 상속됨 Exception)

적용 대상