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