Class WorkflowException

General workflow exception

Namespace: EPiServer.WorkflowFoundation
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0
Syntax
public class WorkflowException : EPiServerException

Constructors

WorkflowException()

constructor

Declaration
public WorkflowException()

WorkflowException(SerializationInfo, StreamingContext)

Constructor

Declaration
protected WorkflowException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo serializationInfo

SerializationInfo

System.Runtime.Serialization.StreamingContext context

StreamingContext

WorkflowException(String)

constructor

Declaration
public WorkflowException(string message)
Parameters
Type Name Description
System.String message

error message

WorkflowException(String, Exception)

Constructor

Declaration
public WorkflowException(string message, Exception exception)
Parameters
Type Name Description
System.String message

error message

System.Exception exception

inner exception