Show / Hide Table of Contents

Class InstanceCompleteException

Inheritance
System.Object
InstancePersistenceException
InstancePersistenceCommandException
InstanceCompleteException
Inherited Members
InstancePersistenceCommandException.InstanceId
InstancePersistenceException.CommandName
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public class InstanceCompleteException : InstancePersistenceCommandException

Constructors

InstanceCompleteException()

Declaration
public InstanceCompleteException()

InstanceCompleteException(String)

Declaration
public InstanceCompleteException(string message)
Parameters
System.String message

InstanceCompleteException(String, Exception)

Declaration
public InstanceCompleteException(string message, Exception innerException)
Parameters
System.String message

System.Exception innerException

InstanceCompleteException(XName, Guid)

Declaration
public InstanceCompleteException(XName commandName, Guid instanceId)
Parameters
System.Xml.Linq.XName commandName

System.Guid instanceId

InstanceCompleteException(XName, Guid, Exception)

Declaration
public InstanceCompleteException(XName commandName, Guid instanceId, Exception innerException)
Parameters
System.Xml.Linq.XName commandName

System.Guid instanceId

System.Exception innerException

InstanceCompleteException(XName, Guid, String, Exception)

Declaration
public InstanceCompleteException(XName commandName, Guid instanceId, string message, Exception innerException)
Parameters
System.Xml.Linq.XName commandName

System.Guid instanceId

System.String message

System.Exception innerException

Back to top Generated by DocFX