Class WorkflowTerminatedException
Inheritance
System.Object
WorkflowTerminatedException
Namespace: System.Activities.Statements
Assembly: System.Activities.dll
Syntax
public class WorkflowTerminatedException : Exception
Constructors
WorkflowTerminatedException()
Declaration
public WorkflowTerminatedException()
WorkflowTerminatedException(SerializationInfo, StreamingContext)
Declaration
protected WorkflowTerminatedException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
WorkflowTerminatedException(String)
Declaration
public WorkflowTerminatedException(string message)
Parameters
System.String
message
|
WorkflowTerminatedException(String, Exception)
Declaration
public WorkflowTerminatedException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|