WorkflowApplicationCompletedException Oluşturucular

Tanım

WorkflowApplicationCompletedException sınıfının yeni bir örneğini oluşturur.

Aşırı Yüklemeler

WorkflowApplicationCompletedException()

WorkflowApplicationCompletedException sınıfının yeni bir örneğini oluşturur.

WorkflowApplicationCompletedException(String)

Özel durumun metin dizesi açıklamasıyla sınıfının yeni bir örneğini WorkflowApplicationCompletedException oluşturur.

WorkflowApplicationCompletedException(SerializationInfo, StreamingContext)

Bu özel durumla ilgili verileri serileştirilmiş bir akıştan almak için gereken bağlam ve serileştirme bilgileriyle sınıfının yeni bir örneğini WorkflowApplicationCompletedException oluşturur.

WorkflowApplicationCompletedException(String, Exception)

Özel durumun metin dizesi açıklamasıyla ve uygulama tarafından tamamlanan özel durumun nedeni olan ek bir özel durumla sınıfının yeni bir örneğini WorkflowApplicationCompletedException oluşturur.

WorkflowApplicationCompletedException(String, Guid)

Özel durumun metin dizesi açıklamasıyla ve özel durum için benzersiz bir tanımlayıcıyla sınıfının yeni bir örneğini WorkflowApplicationCompletedException oluşturur.

WorkflowApplicationCompletedException(String, Guid, Exception)

Özel durumun metin dizesi açıklaması, benzersiz tanımlayıcısı WorkflowApplicationCompletedException ve uygulama tarafından tamamlanan özel durumun nedeni olan ek bir özel durum ile sınıfının yeni bir örneğini oluşturur.

WorkflowApplicationCompletedException()

WorkflowApplicationCompletedException sınıfının yeni bir örneğini oluşturur.

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

Şunlara uygulanır

WorkflowApplicationCompletedException(String)

Özel durumun metin dizesi açıklamasıyla sınıfının yeni bir örneğini WorkflowApplicationCompletedException oluşturur.

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

Parametreler

message
String

Uygulama tamamlandı özel durumunun açıklaması.

Şunlara uygulanır

WorkflowApplicationCompletedException(SerializationInfo, StreamingContext)

Bu özel durumla ilgili verileri serileştirilmiş bir akıştan almak için gereken bağlam ve serileştirme bilgileriyle sınıfının yeni bir örneğini WorkflowApplicationCompletedException oluşturur.

protected:
 WorkflowApplicationCompletedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WorkflowApplicationCompletedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Activities.WorkflowApplicationCompletedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Activities.WorkflowApplicationCompletedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

Uygulama tamamlanan özel durum nesnesini seri hale getirmek veya seri durumdan çıkarabilmek için gereken tüm bilgiler.

context
StreamingContext

Belirli bir serileştirilmiş akışın kaynağı ve hedefi ve ek çağıran tanımlı bağlam.

Şunlara uygulanır

WorkflowApplicationCompletedException(String, Exception)

Özel durumun metin dizesi açıklamasıyla ve uygulama tarafından tamamlanan özel durumun nedeni olan ek bir özel durumla sınıfının yeni bir örneğini WorkflowApplicationCompletedException oluşturur.

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

Parametreler

message
String

Uygulama tamamlandı özel durumunun açıklaması.

innerException
Exception

Uygulama tamamlanmış özel durumuyla nedensel ilişkisi olan bir özel durum. Uygulama tarafından tamamlanan özel durum, iç özel duruma yanıt olarak oluşturulur ve hatayı daha uygun şekilde işlemek için iç özel durumdaki bilgileri kullanabilir.

Şunlara uygulanır

WorkflowApplicationCompletedException(String, Guid)

Özel durumun metin dizesi açıklamasıyla ve özel durum için benzersiz bir tanımlayıcıyla sınıfının yeni bir örneğini WorkflowApplicationCompletedException oluşturur.

public:
 WorkflowApplicationCompletedException(System::String ^ message, Guid instanceId);
public WorkflowApplicationCompletedException (string message, Guid instanceId);
new System.Activities.WorkflowApplicationCompletedException : string * Guid -> System.Activities.WorkflowApplicationCompletedException
Public Sub New (message As String, instanceId As Guid)

Parametreler

message
String

Uygulama tamamlandı özel durumunun açıklaması.

instanceId
Guid

Genel olarak benzersiz bir tanımlayıcı.

Şunlara uygulanır

WorkflowApplicationCompletedException(String, Guid, Exception)

Özel durumun metin dizesi açıklaması, benzersiz tanımlayıcısı WorkflowApplicationCompletedException ve uygulama tarafından tamamlanan özel durumun nedeni olan ek bir özel durum ile sınıfının yeni bir örneğini oluşturur.

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

Parametreler

message
String

Uygulama tamamlandı özel durumunun açıklaması.

instanceId
Guid

Genel olarak benzersiz bir tanımlayıcı.

innerException
Exception

Uygulama tamamlanmış özel durumuyla nedensel ilişkisi olan bir özel durum. Uygulama tarafından tamamlanan özel durum, iç özel duruma yanıt olarak oluşturulur ve hatayı daha uygun şekilde işlemek için iç özel durumdaki bilgileri kullanabilir.

Şunlara uygulanır