partial void Run() {
      try {
        var d = new ClassWithExceptionCtor(behave);
      }
      catch (NotImplementedException) {

      }
    }
Esempio n. 2
0
 partial void Run()
 {
     try {
         var d = new ClassWithExceptionCtor(behave);
     }
     catch (NotImplementedException) {
     }
 }