Class WorkflowInstanceException
Exceptions for errors concerning instances
Inheritance
System.Object
System.Exception
WorkflowInstanceException
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 WorkflowInstanceException : WorkflowException, ISerializable, _Exception
Constructors
WorkflowInstanceException()
constructor
Declaration
public WorkflowInstanceException()
WorkflowInstanceException(SerializationInfo, StreamingContext)
Initializes a new instance of the WorkflowInstanceException class.
Declaration
protected WorkflowInstanceException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | serializationInfo | The serialization info. |
System.Runtime.Serialization.StreamingContext | context | The context. |
WorkflowInstanceException(String)
constructor
Declaration
public WorkflowInstanceException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | error message |
WorkflowInstanceException(String, Exception)
Constructor
Declaration
public WorkflowInstanceException(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