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.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax protected void AddLogMessage(
Exception Ex
)
Protected Sub AddLogMessage (
Ex As Exception
)
Dim Ex As Exception
Me.AddLogMessage(Ex)
Parameters
- Ex Exception
- The exception to place in the log.
See Also