Class WorkflowDefinitionNotFoundException

Inheritance
System.Object
WorkflowDefinitionNotFoundException
Namespace: EPiServer.WorkflowFoundation
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0
Syntax
public class WorkflowDefinitionNotFoundException : WorkflowDefinitionException

Constructors

WorkflowDefinitionNotFoundException()

constructor

Declaration
public WorkflowDefinitionNotFoundException()

WorkflowDefinitionNotFoundException(SerializationInfo, StreamingContext)

Constructor

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

SerializationInfo

System.Runtime.Serialization.StreamingContext context

StreamingContext

WorkflowDefinitionNotFoundException(String)

constructor

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

error message

WorkflowDefinitionNotFoundException(String, Exception)

Constructor

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

error message

System.Exception exception

inner exception