Click or drag to resize

LogException Method

Log an exception (also returns the generic message that was logged).

Namespace:  Nova
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string Exception(
	Exception ex,
	string message
)

Parameters

ex
Type: SystemException
message
Type: SystemString

Return Value

Type: String
See Also