Click or drag to resize

RayguideWrapperExceptionCallback Property

The callback function when an exception occurs. The function has the exception as the parameter.

Namespace: RAYLASE.Marker.GUI.Wrapper
Assembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntax
C#
public Action<Exception> ExceptionCallback { get; set; }

Property Value

ActionException
See Also