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