{CompanyName} FlexyGo

Sentinel..::..logObjectErrors Method

Logs the object errors.

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

Syntax


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

Parameters

exc
Type: Exception
The exc.
Severity
Type: FLEXYGO.Environment..::..Sentinel..::..eErrorSeverity
The severity.
ActionType
Type: FLEXYGO.Data..::..eDBAction
Type of the action.
ObjectName
Type: String
Name of the object.
ObjectWhere
Type: String
The object where.
ConnStringId
Type: String
The connection string identifier.
ProcessName
Type: String
Name of the process.
UserName
Type: String
Name of the user.
UserId
Type: String
The user identifier.
MoreInfo
Type: String
More information string.

Exceptions


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