MobileForms Toolkit Documentation

AsyncErrorEventArgs  Constructor (AudioState, Boolean, Exception)

Initializes a new instance of the AsyncErrorEventArgs class with the specified AudioState and Exception.

public AsyncErrorEventArgs(
AudioState state,
bool parameter,
Exception exception
);

Parameters

state
AudioState which raise event.
parameter
Additional parameter to the audio state.
exception
Exception thrown.

Remarks

Create AsyncErrorEventArgs class with specific attributes. For more information about parameter see AsyncErrorEventArgs.

See Also

AsyncErrorEventArgs Class | Resco.Audio Namespace | AsyncErrorEventArgs Constructor Overload List