WorkflowReturnException Class

Definition

Exception thrown to return from workflow similar to a function return.

public ref class WorkflowReturnException : System::Activities::Statements::WorkflowTerminatedException
[System.Serializable]
public class WorkflowReturnException : System.Activities.Statements.WorkflowTerminatedException
[<System.Serializable>]
type WorkflowReturnException = class
    inherit WorkflowTerminatedException
Public Class WorkflowReturnException
Inherits WorkflowTerminatedException
Inheritance
WorkflowReturnException
Attributes

Constructors

WorkflowReturnException()

Generic constructor

WorkflowReturnException(SerializationInfo, StreamingContext)

Initializes a new WorkflowReturnException with serialization info and streaming context

WorkflowReturnException(String)

Initializes a new WorkflowReturnException instance with a given message string.

WorkflowReturnException(String, Exception)

Initializes a new WorkflowReturnException instance with a message and inner exception.

Applies to