WorkflowApplicationCompletedException Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
WorkflowApplicationCompletedException()

sınıfının yeni bir örneğini WorkflowApplicationCompletedException 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ı ve özel durum için benzersiz bir tanımlayıcı ile 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()

sınıfının yeni bir örneğini WorkflowApplicationCompletedException 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 çıkarmak 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 tamamlanan özel durumuyla nedensel ilişkisi olan bir özel durum. Uygulama tamamlanan özel durum, iç özel duruma yanıt olarak oluşturulur ve hatayı daha uygun bir şekilde işlemek için iç özel durumdaki bilgileri kullanabilir.

Şunlara uygulanır

WorkflowApplicationCompletedException(String, Guid)

Özel durumun metin dizesi açıklaması ve özel durum için benzersiz bir tanımlayıcı ile 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 tamamlanan özel durumuyla nedensel ilişkisi olan bir özel durum. Uygulama tamamlanan özel durum, iç özel duruma yanıt olarak oluşturulur ve hatayı daha uygun bir şekilde işlemek için iç özel durumdaki bilgileri kullanabilir.

Şunlara uygulanır