Click or drag to resize

RelaxISPluginAddLogMessage(Exception) Method

Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
protected void AddLogMessage(
	Exception Ex
)

Parameters

Ex  Exception
The exception to place in the log.
See Also