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