Show / Hide Table of Contents

Class InstanceKeyCompleteException

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

Constructors

InstanceKeyCompleteException()

Declaration
public InstanceKeyCompleteException()

InstanceKeyCompleteException(String)

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

InstanceKeyCompleteException(String, Exception)

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

System.Exception innerException

InstanceKeyCompleteException(XName, InstanceKey)

Declaration
public InstanceKeyCompleteException(XName commandName, InstanceKey instanceKey)
Parameters
System.Xml.Linq.XName commandName

InstanceKey instanceKey

InstanceKeyCompleteException(XName, InstanceKey, Exception)

Declaration
public InstanceKeyCompleteException(XName commandName, InstanceKey instanceKey, Exception innerException)
Parameters
System.Xml.Linq.XName commandName

InstanceKey instanceKey

System.Exception innerException

InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)

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

System.Guid instanceId

InstanceKey instanceKey

System.String message

System.Exception innerException

Properties

InstanceKey

Declaration
public InstanceKey InstanceKey { get; }
Property Value
InstanceKey

Back to top Generated by DocFX