Sdílet prostřednictvím


InstanceLockException Konstruktory

Definice

Inicializuje novou instanci InstanceLockException třídy .

Přetížení

InstanceLockException()

Inicializuje novou instanci InstanceLockException třídy .

InstanceLockException(Guid)

Inicializuje novou instanci InstanceLockException třídy .

InstanceLockException(String)

Inicializuje novou instanci InstanceLockException třídy .

InstanceLockException(Guid, Exception)

Inicializuje novou instanci InstanceLockException třídy .

InstanceLockException(Guid, String)

Inicializuje novou instanci InstanceLockException třídy .

InstanceLockException(SerializationInfo, StreamingContext)

Inicializuje novou instanci InstanceLockException třídy .

InstanceLockException(String, Exception)

Inicializuje novou instanci InstanceLockException třídy .

InstanceLockException(Guid, String, Exception)

Inicializuje novou instanci InstanceLockException třídy .

InstanceLockException()

Inicializuje novou instanci InstanceLockException třídy .

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

Platí pro

InstanceLockException(Guid)

Inicializuje novou instanci InstanceLockException třídy .

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

Parametry

id
Guid

Jedinečný identifikátor instance výjimky.

Platí pro

InstanceLockException(String)

Inicializuje novou instanci InstanceLockException třídy .

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)

Parametry

message
String

Zpráva, která popisuje aktuální výjimku.

Platí pro

InstanceLockException(Guid, Exception)

Inicializuje novou instanci InstanceLockException třídy .

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)

Parametry

id
Guid

Jedinečný identifikátor instance výjimky.

innerException
Exception

Instance Exception , která způsobila aktuální výjimku.

Platí pro

InstanceLockException(Guid, String)

Inicializuje novou instanci InstanceLockException třídy .

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)

Parametry

id
Guid

Jedinečný identifikátor instance výjimky.

message
String

Zpráva, která popisuje aktuální výjimku.

Platí pro

InstanceLockException(SerializationInfo, StreamingContext)

Inicializuje novou instanci InstanceLockException třídy .

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)

Parametry

info
SerializationInfo

Objekt SerializationInfo, ve kterém jsou uložena serializovaná data objektu týkající se výjimky

context
StreamingContext

Objekt StreamingContext obsahující kontextové informace o zdroji nebo cíli

Platí pro

InstanceLockException(String, Exception)

Inicializuje novou instanci InstanceLockException třídy .

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)

Parametry

message
String

Zpráva, která popisuje aktuální výjimku.

innerException
Exception

Instance Exception , která způsobila aktuální výjimku.

Platí pro

InstanceLockException(Guid, String, Exception)

Inicializuje novou instanci InstanceLockException třídy .

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)

Parametry

id
Guid

Jedinečný identifikátor instance výjimky.

message
String

Zpráva, která popisuje aktuální výjimku.

innerException
Exception

Instance Exception , která způsobila aktuální výjimku.

Platí pro