Class InstancePersistenceCommandException
Inherited Members
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public class InstancePersistenceCommandException : InstancePersistenceException
Constructors
InstancePersistenceCommandException()
Declaration
public InstancePersistenceCommandException()
InstancePersistenceCommandException(String)
Declaration
public InstancePersistenceCommandException(string message)
Parameters
System.String
message
|
InstancePersistenceCommandException(String, Exception)
Declaration
public InstancePersistenceCommandException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|
InstancePersistenceCommandException(XName)
Declaration
public InstancePersistenceCommandException(XName commandName)
Parameters
System.Xml.Linq.XName
commandName
|
InstancePersistenceCommandException(XName, Exception)
Declaration
public InstancePersistenceCommandException(XName commandName, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
System.Exception
innerException
|
InstancePersistenceCommandException(XName, Guid)
Declaration
public InstancePersistenceCommandException(XName commandName, Guid instanceId)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
InstancePersistenceCommandException(XName, Guid, Exception)
Declaration
public InstancePersistenceCommandException(XName commandName, Guid instanceId, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
System.Exception
innerException
|
InstancePersistenceCommandException(XName, Guid, String, Exception)
Declaration
public InstancePersistenceCommandException(XName commandName, Guid instanceId, string message, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
System.Guid
instanceId
|
System.String
message
|
System.Exception
innerException
|
InstancePersistenceCommandException(XName, String, Exception)
Declaration
public InstancePersistenceCommandException(XName commandName, string message, Exception innerException)
Parameters
System.Xml.Linq.XName
commandName
|
System.String
message
|
System.Exception
innerException
|
Properties
InstanceId
Declaration
public Guid InstanceId { get; }
Property Value
System.Guid
|