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