|
AdoSecurityProviderLogError Method
|
Logs information about an encountered exception to the backend data store.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntaxprotected virtual bool LogError(
string source,
string message
)
Protected Overridable Function LogError (
source As String,
message As String
) As Boolean
protected:
virtual bool LogError(
String^ source,
String^ message
)
abstract LogError :
source : string *
message : string -> bool
override LogError :
source : string *
message : string -> bool
function LogError(source, message);
View SourceParameters
- source String
- Source of the exception.
- message String
- Detailed description of the exception.
Return Value
Booleantrue if logging was successful, otherwise false.
See Also