{CompanyName} FlexyGo

Sentinel..::..logProcessErrors Method

Logs the process errors.

Namespace:  FLEXYGO.Environment
Assembly:  flxEnvironment (in flxEnvironment.dll)

Syntax


public static void logProcessErrors(
	Exception exc,
	Sentinel..::..eErrorSeverity Severity,
	string ProcessName,
	BaseCollection ProcessParams,
	string ObjectName,
	string ObjectWhere,
	string ConnStringId,
	string UserName,
	string UserId,
	string MoreInfo
)
Public Shared Sub logProcessErrors ( _
	exc As Exception, _
	Severity As Sentinel..::..eErrorSeverity, _
	ProcessName As String, _
	ProcessParams As BaseCollection, _
	ObjectName As String, _
	ObjectWhere As String, _
	ConnStringId As String, _
	UserName As String, _
	UserId As String, _
	MoreInfo As String _
)

Parameters

exc
Type: Exception
The exception.
Severity
Type: FLEXYGO.Environment..::..Sentinel..::..eErrorSeverity
The exception severity.
ProcessName
Type: String
Name of the process.
ProcessParams
Type: FLEXYGO.Utilities.General..::..BaseCollection
The process parameters.
ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
The object where.
ConnStringId
Type: String
The connection string identifier.
UserName
Type: String
Name of the user.
UserId
Type: String
The user identifier.
MoreInfo
Type: String
The more information.

Exceptions


ExceptionCondition
FLEXYGO.Exceptions..::..LocalizedExceptionError Logging error for Process {0}