Class WorkflowDefinitionNotFoundException
Inheritance
System.Object
System.Exception
WorkflowDefinitionNotFoundException
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.2Syntax
public class WorkflowDefinitionNotFoundException : WorkflowDefinitionException, ISerializable, _Exception
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 |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception