Click or drag to resize

AdoSecurityProviderLogError Method

Logs information about an encountered exception to the backend data store.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
protected virtual bool LogError(
	string source,
	string message
)
View Source

Parameters

source  String
Source of the exception.
message  String
Detailed description of the exception.

Return Value

Boolean
true if logging was successful, otherwise false.
See Also