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