|
ErrorLoggerGetExceptionInfo Method
|
Gets information about an
Exception complete with system and application information.
Namespace: GSF.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
SyntaxGSF.ErrorManagement.ErrorLogger.GetExceptionInfo = function(ex, includeUserInfo);
View SourceParameters
- ex Exception
- Exception whose information is to be retrieved.
- includeUserInfo Boolean
- true if user information is to be include; otherwise false.
Return Value
StringException information in text.
See Also