{CompanyName} FlexyGo

DataManager..::..ProcessError Method

Processes the SQL error for better understanding.

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


public Exception ProcessError(
	Exception e
)
Public Function ProcessError ( _
	e As Exception _
) As Exception

Parameters

e
Type: Exception
The original exception

Return Value

System.Exception.