WorkflowTerminatedException Oluşturucular

Tanım

WorkflowTerminatedException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
WorkflowTerminatedException()

WorkflowTerminatedException sınıfının yeni bir örneğini başlatır.

WorkflowTerminatedException(String)

Belirtilen hata iletisiyle sınıfının yeni bir örneğini WorkflowTerminatedException başlatır.

WorkflowTerminatedException(String, Exception)

Sınıfın WorkflowTerminatedException yeni bir örneğini, belirtilen bir hata iletisiyle ve bunun Exception nedeni olan iç Exception öğesine başvuruyla başlatır.

WorkflowTerminatedException()

WorkflowTerminatedException sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

WorkflowTerminatedException(String)

Belirtilen hata iletisiyle sınıfının yeni bir örneğini WorkflowTerminatedException başlatır.

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

Parametreler

message
String

Hatayı açıklayan ileti.

Şunlara uygulanır

WorkflowTerminatedException(String, Exception)

Sınıfın WorkflowTerminatedException yeni bir örneğini, belirtilen bir hata iletisiyle ve bunun Exception nedeni olan iç Exception öğesine başvuruyla başlatır.

public:
 WorkflowTerminatedException(System::String ^ message, Exception ^ exception);
public WorkflowTerminatedException(string message, Exception exception);
new System.Workflow.ComponentModel.WorkflowTerminatedException : string * Exception -> System.Workflow.ComponentModel.WorkflowTerminatedException
Public Sub New (message As String, exception As Exception)

Parametreler

message
String

Hatayı açıklayan ileti.

exception
Exception

İç Exception başvuru.

Şunlara uygulanır