Class InstanceLockedException
Inheritance
System.Object
InstanceLockedException
Inherited Members
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public class InstanceLockedException : InstancePersistenceCommandException
Constructors
InstanceLockedException()
Declaration
public InstanceLockedException()
InstanceLockedException(String)
Declaration
public InstanceLockedException(string message)
Parameters
System.String
message
|
InstanceLockedException(String, Exception)
Declaration
public InstanceLockedException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|
InstanceLockedException(XName, Guid)
Declaration
public InstanceLockedException(XName commandName, Guid instanceId)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
InstanceLockedException(XName, Guid, Exception)
Declaration
public InstanceLockedException(XName commandName, Guid instanceId, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
System.Exception
innerException
|
InstanceLockedException(XName, Guid, Guid, IDictionary<XName, Object>)
Declaration
public InstanceLockedException(XName commandName, Guid instanceId, Guid instanceOwnerId, IDictionary<XName, object> serializableInstanceOwnerMetadata)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
System.Guid
instanceOwnerId
|
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Object>
serializableInstanceOwnerMetadata
|
InstanceLockedException(XName, Guid, Guid, IDictionary<XName, Object>, Exception)
Declaration
public InstanceLockedException(XName commandName, Guid instanceId, Guid instanceOwnerId, IDictionary<XName, object> serializableInstanceOwnerMetadata, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
System.Guid
instanceOwnerId
|
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Object>
serializableInstanceOwnerMetadata
|
System.Exception
innerException
|
InstanceLockedException(XName, Guid, Guid, IDictionary<XName, Object>, String, Exception)
Declaration
public InstanceLockedException(XName commandName, Guid instanceId, Guid instanceOwnerId, IDictionary<XName, object> serializableInstanceOwnerMetadata, string message, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
System.Guid
instanceOwnerId
|
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Object>
serializableInstanceOwnerMetadata
|
System.String
message
|
System.Exception
innerException
|
InstanceLockedException(XName, Guid, String, Exception)
Declaration
public InstanceLockedException(XName commandName, Guid instanceId, string message, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
System.String
message
|
System.Exception
innerException
|
Properties
InstanceOwnerId
Declaration
public Guid InstanceOwnerId { get; }
Property Value
System.Guid
|
SerializableInstanceOwnerMetadata
Declaration
public IDictionary<XName, object> SerializableInstanceOwnerMetadata { get; }
Property Value
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Object>
|