Show / Hide Table of Contents

Class InstanceHandleConflictException

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

Constructors

InstanceHandleConflictException()

Declaration
public InstanceHandleConflictException()

InstanceHandleConflictException(String)

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

InstanceHandleConflictException(String, Exception)

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

System.Exception innerException

InstanceHandleConflictException(XName, Guid)

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

System.Guid instanceId

InstanceHandleConflictException(XName, Guid, Exception)

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

System.Guid instanceId

System.Exception innerException

InstanceHandleConflictException(XName, Guid, String, Exception)

Declaration
public InstanceHandleConflictException(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