Arguments for audio source error event from audio source.
Inheritance: System.EventArgs
 void output_AudioOutputError(object sender, AudioOutputErrorEventArgs e)
 {
     throw new Exception(e.Description);
 }