InstanceLockLostException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een exemplaar van de InstanceLockLostException klasse.
Overloads
| Name | Description |
|---|---|
| InstanceLockLostException() |
Initialiseert een exemplaar van de InstanceLockLostException klasse. |
| InstanceLockLostException(String) |
Initialiseert een exemplaar van de InstanceLockLostException klasse met behulp van het foutbericht. |
| InstanceLockLostException(SerializationInfo, StreamingContext) |
Initialiseert een exemplaar van de InstanceLockLostException klasse met geserialiseerde gegevens. |
| InstanceLockLostException(String, Exception) |
Initialiseert een exemplaar van de InstanceLockLostException klasse met behulp van het foutbericht en de interne uitzonderingsgegevens. |
| InstanceLockLostException(XName, Guid) |
Initialiseert een exemplaar van de InstanceLockLostException klasse met behulp van de XName (de combinatie van naamruimte en naam) van de opdracht en de id van het doelexemplaren waarop de opdracht is uitgevoerd. |
| InstanceLockLostException(XName, Guid, Exception) |
Initialiseert een exemplaar van de klasse met behulp van InstanceLockLostException de XName (de combinatie van naamruimte en naam) van de opdracht, de id van het doelexemplaren waarop de opdracht is uitgevoerd en de interne uitzonderingsgegevens. |
| InstanceLockLostException(XName, Guid, String, Exception) |
Initialiseert een exemplaar van de InstanceLockLostException klasse met behulp van de XName (de combinatie van naamruimte en naam) van de opdracht, de id van het doelexemplaren waarop de opdracht is uitgevoerd, een foutbericht waarin de reden voor de uitzondering wordt uitgelegd en de uitzondering die de huidige uitzondering heeft veroorzaakt. |
InstanceLockLostException()
Initialiseert een exemplaar van de InstanceLockLostException klasse.
public:
InstanceLockLostException();
public InstanceLockLostException();
Public Sub New ()
Van toepassing op
InstanceLockLostException(String)
Initialiseert een exemplaar van de InstanceLockLostException klasse met behulp van het foutbericht.
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)
Parameters
- message
- String
De reden voor de uitzondering.
Van toepassing op
InstanceLockLostException(SerializationInfo, StreamingContext)
Initialiseert een exemplaar van de InstanceLockLostException klasse met geserialiseerde gegevens.
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)
Parameters
- info
- SerializationInfo
De informatie over de huidige uitzondering.
- context
- StreamingContext
De contextuele informatie over de bron of bestemming.
- Kenmerken
Van toepassing op
InstanceLockLostException(String, Exception)
Initialiseert een exemplaar van de InstanceLockLostException klasse met behulp van het foutbericht en de interne uitzonderingsgegevens.
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)
Parameters
- message
- String
De reden voor de uitzondering.
- innerException
- Exception
De uitzondering die de huidige uitzondering heeft veroorzaakt.
Van toepassing op
InstanceLockLostException(XName, Guid)
Initialiseert een exemplaar van de InstanceLockLostException klasse met behulp van de XName (de combinatie van naamruimte en naam) van de opdracht en de id van het doelexemplaren waarop de opdracht is uitgevoerd.
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)
Parameters
- commandName
- XName
De XName (de combinatie van naamruimte en naam) van de opdracht.
- instanceId
- Guid
De id van het doelexemplaren waarop de opdracht is uitgevoerd.
Van toepassing op
InstanceLockLostException(XName, Guid, Exception)
Initialiseert een exemplaar van de klasse met behulp van InstanceLockLostException de XName (de combinatie van naamruimte en naam) van de opdracht, de id van het doelexemplaren waarop de opdracht is uitgevoerd en de interne uitzonderingsgegevens.
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)
Parameters
- commandName
- XName
De XName (de combinatie van naamruimte en naam) van de opdracht.
- instanceId
- Guid
De id van het doelexemplaren waarop de opdracht is uitgevoerd.
- innerException
- Exception
De uitzondering die de huidige uitzondering heeft veroorzaakt.
Van toepassing op
InstanceLockLostException(XName, Guid, String, Exception)
Initialiseert een exemplaar van de InstanceLockLostException klasse met behulp van de XName (de combinatie van naamruimte en naam) van de opdracht, de id van het doelexemplaren waarop de opdracht is uitgevoerd, een foutbericht waarin de reden voor de uitzondering wordt uitgelegd en de uitzondering die de huidige uitzondering heeft veroorzaakt.
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)
Parameters
- commandName
- XName
De XName (de combinatie van naamruimte en naam) van de opdracht.
- instanceId
- Guid
De id van het doelexemplaren waarop de opdracht is uitgevoerd.
- message
- String
De reden voor de uitzondering.
- innerException
- Exception
De uitzondering die de huidige uitzondering heeft veroorzaakt.