Sentinel..::..logBlackListErrors Method
Logs the black list security errors.
Namespace:
FLEXYGO.EnvironmentAssembly: flxEnvironment (in flxEnvironment.dll)
Syntax
public static void logBlackListErrors( string ActionName, IDictionary<string, Object> ActionParameters, Sentinel..::..eErrorSeverity Severity, string UserName, string UserId, string MoreInfo )
Public Shared Sub logBlackListErrors ( _ ActionName As String, _ ActionParameters As IDictionary(Of String, Object), _ Severity As Sentinel..::..eErrorSeverity, _ UserName As String, _ UserId As String, _ MoreInfo As String _ )
Parameters
- ActionName
- Type: String
Name of controller.
- ActionParameters
- Type: IDictionary<(Of <(<'String, Object>)>)>
List with params values
- Severity
- Type: FLEXYGO.Environment..::..Sentinel..::..eErrorSeverity
Error severity
- UserName
- Type: String
Curerrent login name
- UserId
- Type: String
The current user reference
- MoreInfo
- Type: String
Detailed error info
Exceptions
Exception | Condition |
---|---|
FLEXYGO.Exceptions..::..LocalizedException | Error Logging error for object {0} |