A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class WorkflowRuntimeException

Exceptions for errors concerning Workflow runtime

Inheritance
System.Object
WorkflowRuntimeException
Namespace: EPiServer.WorkflowFoundation
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0
Syntax
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