internal static void RaiseError(Exception error)
 {
     _theApplicationFactory.EnsureInited(); // VSWhidbey 482346
     _theApplicationFactory.FireApplicationOnError(error);
 }
Example #2
0
 internal static void RaiseError(Exception error)
 {
     _theApplicationFactory.FireApplicationOnError(error);
 }