Class WorkflowInstanceException
Exceptions for errors concerning instances
Inheritance
System.Object
WorkflowInstanceException
Namespace: EPiServer.WorkflowFoundation
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
public class WorkflowInstanceException : WorkflowException
Constructors
WorkflowInstanceException()
constructor
Declaration
public WorkflowInstanceException()
WorkflowInstanceException(SerializationInfo, StreamingContext)
Initializes a new instance of the WorkflowInstanceException class.
Declaration
protected WorkflowInstanceException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | serializationInfo | The serialization info. |
System.Runtime.Serialization.StreamingContext | context | The context. |
WorkflowInstanceException(String)
constructor
Declaration
public WorkflowInstanceException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | error message |
WorkflowInstanceException(String, Exception)
Constructor
Declaration
public WorkflowInstanceException(string message, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | error message |
System.Exception | exception | inner exception |