RayguideWrapperExceptionCallback Property |
The callback function when an exception occurs. The function has the exception as the parameter.
Namespace: RAYLASE.Marker.GUI.WrapperAssembly: RAYLASE.Marker.GUI.Wrapper (in RAYLASE.Marker.GUI.Wrapper.dll) Version: 2.40.0
Syntaxpublic Action<Exception> ExceptionCallback { get; set; }Property Value
ActionException
See Also