Class WorkflowInstanceNotFoundException
Inheritance
System.Object
System.Exception
WorkflowInstanceNotFoundException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: EPiServer.WorkflowFoundation
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2Syntax
public class WorkflowInstanceNotFoundException : WorkflowInstanceException, ISerializable, _Exception
Constructors
WorkflowInstanceNotFoundException()
constructor
Declaration
public WorkflowInstanceNotFoundException()
WorkflowInstanceNotFoundException(SerializationInfo, StreamingContext)
Constructor
Declaration
protected WorkflowInstanceNotFoundException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | serializationInfo | SerializationInfo |
System.Runtime.Serialization.StreamingContext | context | StreamingContext |
WorkflowInstanceNotFoundException(String)
constructor
Declaration
public WorkflowInstanceNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | error message |
WorkflowInstanceNotFoundException(String, Exception)
Constructor
Declaration
public WorkflowInstanceNotFoundException(string message, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | error message |
System.Exception | exception | inner exception |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception