Aracılığıyla paylaş


WorkflowTerminatedException Oluşturucular

Tanım

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

Aşırı Yüklemeler

WorkflowTerminatedException()

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

WorkflowTerminatedException(String)

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

WorkflowTerminatedException(String, Exception)

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

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 bir hata iletisiyle sınıfının yeni bir örneğini başlatır WorkflowTerminatedException .

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ın yeni bir örneğini WorkflowTerminatedException , belirtilen bir hata iletisiyle ve bunun nedeni olan iç başvuruya bir başvuru olarak başlatır Exception Exception .

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