Exemple #1
0
 /**
  * Checks if the LibVLC run-time raised an exception
  * If so, raises a CIL exception.
  */
 internal void Raise()
 {
     ex.Raise();
 }