Occurs when the exception was thrown in asynchronous mode.
The event handler receives an argument of type AsyncErrorEventArgs containing data related to this event. The following AsyncErrorEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Exception | Exception which raise event. |
| Parameter | Parameter of the AudioState which raise event. |
| State | AudioState which raise event. |
The event handler receives an argument of type AsyncErrorEventArgs
AudioPlayer Class | Resco.Audio Namespace