다음을 통해 공유


EventDeliveryFailedException 생성자

정의

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

오버로드

EventDeliveryFailedException()

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

EventDeliveryFailedException(String)

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

EventDeliveryFailedException(String, Exception)

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

EventDeliveryFailedException()

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

public:
 EventDeliveryFailedException();
public EventDeliveryFailedException ();
Public Sub New ()

적용 대상

EventDeliveryFailedException(String)

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

public:
 EventDeliveryFailedException(System::String ^ message);
public EventDeliveryFailedException (string message);
new System.Workflow.Activities.EventDeliveryFailedException : string -> System.Workflow.Activities.EventDeliveryFailedException
Public Sub New (message As String)

매개 변수

message
String

예외에 대한 이유를 설명하는 오류 메시지입니다.

적용 대상

EventDeliveryFailedException(String, Exception)

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

public:
 EventDeliveryFailedException(System::String ^ message, Exception ^ innerException);
public EventDeliveryFailedException (string message, Exception innerException);
new System.Workflow.Activities.EventDeliveryFailedException : string * Exception -> System.Workflow.Activities.EventDeliveryFailedException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

예외에 대한 이유를 설명하는 오류 메시지입니다.

innerException
Exception

이 예외를 발생시킨 Exception입니다.

적용 대상