FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDBErrorProvider..::..writeError Method (String, Exception, priorityLevel, String, String, String, String)

Writes the error.

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

Syntax


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

Parameters

source
Type: String
The source.
ex
Type: Exception
The ex.
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.