FlowAbortException(String, String) Constructor
Namespace: Firefly.Box.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public FlowAbortException(
string message,
string title
)
Public Sub New (
message As String,
title As String
)
new :
message : string *
title : string -> FlowAbortException
Parameters
- message String
- The message based on which this FlowAbortException will be created
- title String
-