Class InstanceKeyCompleteException
Inheritance
System.Object
InstanceKeyCompleteException
Inherited Members
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public class InstanceKeyCompleteException : InstancePersistenceCommandException
Constructors
InstanceKeyCompleteException()
Declaration
public InstanceKeyCompleteException()
InstanceKeyCompleteException(String)
Declaration
public InstanceKeyCompleteException(string message)
Parameters
System.String
message
|
InstanceKeyCompleteException(String, Exception)
Declaration
public InstanceKeyCompleteException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|
InstanceKeyCompleteException(XName, InstanceKey)
Declaration
public InstanceKeyCompleteException(XName commandName, InstanceKey instanceKey)
Parameters
System.Xml.Linq.XName
commandName
|
InstanceKey
instanceKey
|
InstanceKeyCompleteException(XName, InstanceKey, Exception)
Declaration
public InstanceKeyCompleteException(XName commandName, InstanceKey instanceKey, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
InstanceKey
instanceKey
|
System.Exception
innerException
|
InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)
Declaration
public InstanceKeyCompleteException(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
|