Aracılığıyla paylaş


InstanceLockLostException Oluşturucular

Tanım

InstanceLockLostException sınıfının örneğini başlatır.

Aşırı Yüklemeler

InstanceLockLostException()

InstanceLockLostException sınıfının örneğini başlatır.

InstanceLockLostException(String)

Hata iletisini kullanarak sınıfın InstanceLockLostException bir örneğini başlatır.

InstanceLockLostException(SerializationInfo, StreamingContext)

Serileştirilmiş verilerle sınıfının bir örneğini InstanceLockLostException başlatır.

InstanceLockLostException(String, Exception)

Hata iletisini ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini InstanceLockLostException başlatır.

InstanceLockLostException(XName, Guid)

Komutun InstanceLockLostException XName 'ini (ad alanı ve adın birleşimi) ve komutun yürütüldiği hedef örneğin kimliğini kullanarak sınıfın bir örneğini başlatır.

InstanceLockLostException(XName, Guid, Exception)

Komutun InstanceLockLostException XName 'ini (ad alanı ve adın birleşimi), komutun yürütüldiği hedef örneğin kimliğini ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini başlatır.

InstanceLockLostException(XName, Guid, String, Exception)

Komutun InstanceLockLostException XName'ini (ad alanı ve adın birleşimi), komutun yürütüldüğünü hedef örneğin kimliğini, özel durumun nedenini açıklayan hata iletisini ve geçerli özel duruma neden olan özel durumu kullanarak sınıfın bir örneğini başlatır.

InstanceLockLostException()

InstanceLockLostException sınıfının örneğini başlatır.

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

Şunlara uygulanır

InstanceLockLostException(String)

Hata iletisini kullanarak sınıfın InstanceLockLostException bir örneğini başlatır.

public:
 InstanceLockLostException(System::String ^ message);
public InstanceLockLostException (string message);
new System.Runtime.DurableInstancing.InstanceLockLostException : string -> System.Runtime.DurableInstancing.InstanceLockLostException
Public Sub New (message As String)

Parametreler

message
String

Özel durumun nedeni.

Şunlara uygulanır

InstanceLockLostException(SerializationInfo, StreamingContext)

Serileştirilmiş verilerle sınıfının bir örneğini InstanceLockLostException başlatır.

protected:
 InstanceLockLostException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceLockLostException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceLockLostException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceLockLostException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

Geçerli özel durum hakkındaki bilgiler.

context
StreamingContext

Kaynak veya hedefle ilgili bağlamsal bilgi.

Öznitelikler

Şunlara uygulanır

InstanceLockLostException(String, Exception)

Hata iletisini ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini InstanceLockLostException başlatır.

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

Parametreler

message
String

Özel durumun nedeni.

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır

InstanceLockLostException(XName, Guid)

Komutun InstanceLockLostException XName 'ini (ad alanı ve adın birleşimi) ve komutun yürütüldiği hedef örneğin kimliğini kullanarak sınıfın bir örneğini başlatır.

public:
 InstanceLockLostException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstanceLockLostException (System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstanceLockLostException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceLockLostException
Public Sub New (commandName As XName, instanceId As Guid)

Parametreler

commandName
XName

Komutun XName değeri (ad alanı ve ad alanının birleşimi).

instanceId
Guid

Komutun yürütüldiği hedef örneğin kimliği.

Şunlara uygulanır

InstanceLockLostException(XName, Guid, Exception)

Komutun InstanceLockLostException XName 'ini (ad alanı ve adın birleşimi), komutun yürütüldiği hedef örneğin kimliğini ve iç özel durum bilgilerini kullanarak sınıfın bir örneğini başlatır.

public:
 InstanceLockLostException(System::Xml::Linq::XName ^ commandName, Guid instanceId, Exception ^ innerException);
public InstanceLockLostException (System.Xml.Linq.XName commandName, Guid instanceId, Exception innerException);
new System.Runtime.DurableInstancing.InstanceLockLostException : System.Xml.Linq.XName * Guid * Exception -> System.Runtime.DurableInstancing.InstanceLockLostException
Public Sub New (commandName As XName, instanceId As Guid, innerException As Exception)

Parametreler

commandName
XName

Komutun XName değeri (ad alanı ve ad alanının birleşimi).

instanceId
Guid

Komutun yürütüldiği hedef örneğin kimliği.

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır

InstanceLockLostException(XName, Guid, String, Exception)

Komutun InstanceLockLostException XName'ini (ad alanı ve adın birleşimi), komutun yürütüldüğünü hedef örneğin kimliğini, özel durumun nedenini açıklayan hata iletisini ve geçerli özel duruma neden olan özel durumu kullanarak sınıfın bir örneğini başlatır.

public:
 InstanceLockLostException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::String ^ message, Exception ^ innerException);
public InstanceLockLostException (System.Xml.Linq.XName commandName, Guid instanceId, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceLockLostException : System.Xml.Linq.XName * Guid * string * Exception -> System.Runtime.DurableInstancing.InstanceLockLostException
Public Sub New (commandName As XName, instanceId As Guid, message As String, innerException As Exception)

Parametreler

commandName
XName

Komutun XName değeri (ad alanı ve ad alanının birleşimi).

instanceId
Guid

Komutun yürütüldiği hedef örneğin kimliği.

message
String

Özel durumun nedeni.

innerException
Exception

Geçerli özel duruma neden özel durum.

Şunlara uygulanır