FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDashboardWidgetContext..::..writeError Method (String, String, String, priorityLevel, String, String, String, String)

Writes the error.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public void writeError(
	string source,
	string message,
	string stackTrace,
	priorityLevel oPriority,
	string id,
	string referenceName,
	string referenceID,
	string workflowUserID
)
Public Sub writeError ( _
	source As String, _
	message As String, _
	stackTrace As String, _
	oPriority As priorityLevel, _
	id As String, _
	referenceName As String, _
	referenceID As String, _
	workflowUserID As String _
)
public:
void writeError(
	String^ source, 
	String^ message, 
	String^ stackTrace, 
	priorityLevel^ oPriority, 
	String^ id, 
	String^ referenceName, 
	String^ referenceID, 
	String^ workflowUserID
)

Parameters

source
Type: String
The source.
message
Type: String
The message.
stackTrace
Type: String
The stack trace.
oPriority
Type: FlowWright.cDevErrorProvider..::..priorityLevel
The o priority.
id
Type: String
The identifier.
referenceName
Type: String
Name of the reference.
referenceID
Type: String
The reference identifier.
workflowUserID
Type: String
The workflow user identifier.