WorkflowReturnException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new WorkflowReturnException instance with a message and inner exception. |
WorkflowReturnException(String) |
Initializes a new WorkflowReturnException instance with a given message string. |