Click or drag to resize

ErrorLoggerGetExceptionInfo Method

Gets information about an Exception complete with system and application information.

Namespace: GSF.ErrorManagement
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
Syntax
public static string GetExceptionInfo(
	Exception ex,
	bool includeUserInfo
)
View Source

Parameters

ex  Exception
Exception whose information is to be retrieved.
includeUserInfo  Boolean
true if user information is to be include; otherwise false.

Return Value

String
Exception information in text.
See Also