InstanceLockException Constructors

Definitie

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

Overloads

Name Description
InstanceLockException()

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

InstanceLockException(Guid)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

InstanceLockException(String)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

InstanceLockException(Guid, Exception)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

InstanceLockException(Guid, String)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

InstanceLockException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

InstanceLockException(String, Exception)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

InstanceLockException(Guid, String, Exception)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

InstanceLockException()

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

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

Van toepassing op

InstanceLockException(Guid)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

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

Parameters

id
Guid

De unieke id van het uitzonderingsexemplaren.

Van toepassing op

InstanceLockException(String)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

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)

Parameters

message
String

Het bericht waarin de huidige uitzondering wordt beschreven.

Van toepassing op

InstanceLockException(Guid, Exception)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

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)

Parameters

id
Guid

De unieke id van het uitzonderingsexemplaren.

innerException
Exception

Het Exception exemplaar dat de huidige uitzondering heeft veroorzaakt.

Van toepassing op

InstanceLockException(Guid, String)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

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)

Parameters

id
Guid

De unieke id van het uitzonderingsexemplaren.

message
String

Het bericht waarin de huidige uitzondering wordt beschreven.

Van toepassing op

InstanceLockException(SerializationInfo, StreamingContext)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

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)

Parameters

info
SerializationInfo

Het SerializationInfo object dat de geserialiseerde objectgegevens bevat over de uitzondering die wordt gegenereerd.

context
StreamingContext

De StreamingContext informatie die contextuele informatie over de bron of bestemming bevat.

Van toepassing op

InstanceLockException(String, Exception)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

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)

Parameters

message
String

Het bericht waarin de huidige uitzondering wordt beschreven.

innerException
Exception

Het Exception exemplaar dat de huidige uitzondering heeft veroorzaakt.

Van toepassing op

InstanceLockException(Guid, String, Exception)

Initialiseert een nieuw exemplaar van de InstanceLockException klasse.

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)

Parameters

id
Guid

De unieke id van het uitzonderingsexemplaren.

message
String

Het bericht waarin de huidige uitzondering wordt beschreven.

innerException
Exception

Het Exception exemplaar dat de huidige uitzondering heeft veroorzaakt.

Van toepassing op