Try our conversational search powered by Generative AI!

Class WorkflowException

General workflow exception

Inheritance
System.Object
System.Exception
WorkflowException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: EPiServer.WorkflowFoundation
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class WorkflowException : EPiServerException, ISerializable, _Exception

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

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception

Extension Methods