Delegate RGBSurface.ExceptionEventHandler
Represents the event-handler of the Exception-event.
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public delegate void RGBSurface.ExceptionEventHandler(ExceptionEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
ExceptionEventArgs | args | The arguments provided by the event. |