Exemplo n.º 1
0
 private static void ExceptionHandling()
 {
     var exception = new SampleException();
     exception.Exception();
 }