Click or drag to resize

SolutionLogAndAttachException Method

Log the specified exception and message and also attach it as an annotation.

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

Parameters

ex
Type: SystemException
message
Type: SystemString
source
Type: Nova.CodeDOMMessageSource
See Also