Aracılığıyla paylaş


InstanceLockException Oluşturucular

Tanım

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

Aşırı Yüklemeler

InstanceLockException()

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

InstanceLockException(Guid)

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

InstanceLockException(String)

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

InstanceLockException(Guid, Exception)

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

InstanceLockException(Guid, String)

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

InstanceLockException(SerializationInfo, StreamingContext)

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

InstanceLockException(String, Exception)

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

InstanceLockException(Guid, String, Exception)

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

InstanceLockException()

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

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

Şunlara uygulanır

InstanceLockException(Guid)

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

public:
 InstanceLockException(Guid id);
public InstanceLockException (Guid id);
new System.ServiceModel.Persistence.InstanceLockException : Guid -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid)

Parametreler

id
Guid

Özel durum örneğinin benzersiz tanımlayıcısı.

Şunlara uygulanır

InstanceLockException(String)

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

public:
 InstanceLockException(System::String ^ message);
public InstanceLockException (string message);
new System.ServiceModel.Persistence.InstanceLockException : string -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (message As String)

Parametreler

message
String

Geçerli özel durumu açıklayan ileti.

Şunlara uygulanır

InstanceLockException(Guid, Exception)

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

public:
 InstanceLockException(Guid id, Exception ^ innerException);
public InstanceLockException (Guid id, Exception innerException);
new System.ServiceModel.Persistence.InstanceLockException : Guid * Exception -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid, innerException As Exception)

Parametreler

id
Guid

Özel durum örneğinin benzersiz tanımlayıcısı.

innerException
Exception

Exception Geçerli özel duruma neden olan örnek.

Şunlara uygulanır

InstanceLockException(Guid, String)

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

public:
 InstanceLockException(Guid id, System::String ^ message);
public InstanceLockException (Guid id, string message);
new System.ServiceModel.Persistence.InstanceLockException : Guid * string -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid, message As String)

Parametreler

id
Guid

Özel durum örneğinin benzersiz tanımlayıcısı.

message
String

Geçerli özel durumu açıklayan ileti.

Şunlara uygulanır

InstanceLockException(SerializationInfo, StreamingContext)

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

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

Parametreler

info
SerializationInfo

Oluşturulan özel durumla ilgili serileştirilmiş nesne verilerini içeren SerializationInfo.

context
StreamingContext

Kaynak veya hedefle ilgili bağlamsal bilgileri içeren StreamingContext.

Şunlara uygulanır

InstanceLockException(String, Exception)

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

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

Parametreler

message
String

Geçerli özel durumu açıklayan ileti.

innerException
Exception

Exception Geçerli özel duruma neden olan örnek.

Şunlara uygulanır

InstanceLockException(Guid, String, Exception)

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

public:
 InstanceLockException(Guid id, System::String ^ message, Exception ^ innerException);
public InstanceLockException (Guid id, string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceLockException : Guid * string * Exception -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid, message As String, innerException As Exception)

Parametreler

id
Guid

Özel durum örneğinin benzersiz tanımlayıcısı.

message
String

Geçerli özel durumu açıklayan ileti.

innerException
Exception

Exception Geçerli özel duruma neden olan örnek.

Şunlara uygulanır