Class InstanceKeyNotReadyException
Inheritance
System.Object
InstanceKeyNotReadyException
Inherited Members
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public class InstanceKeyNotReadyException : InstancePersistenceCommandException
Constructors
InstanceKeyNotReadyException()
Declaration
public InstanceKeyNotReadyException()
InstanceKeyNotReadyException(String)
Declaration
public InstanceKeyNotReadyException(string message)
Parameters
System.String
message
|
InstanceKeyNotReadyException(String, Exception)
Declaration
public InstanceKeyNotReadyException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|
InstanceKeyNotReadyException(XName, InstanceKey)
Declaration
public InstanceKeyNotReadyException(XName commandName, InstanceKey instanceKey)
Parameters
System.Xml.Linq.XName
commandName
|
InstanceKey
instanceKey
|
InstanceKeyNotReadyException(XName, InstanceKey, Exception)
Declaration
public InstanceKeyNotReadyException(XName commandName, InstanceKey instanceKey, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
InstanceKey
instanceKey
|
System.Exception
innerException
|
InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception)
Declaration
public InstanceKeyNotReadyException(XName commandName, Guid instanceId, InstanceKey instanceKey, string message, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
InstanceKey
instanceKey
|
System.String
message
|
System.Exception
innerException
|