Example #1
0
 internal void RaiseCriticalException(CriticalExceptionEventArgs e)
 {
     Toolbox.RaiseAsyncEvent <CriticalExceptionEventArgs>(CriticalException, this, e);
 }
Example #2
0
 internal void RaiseCriticalException(CriticalExceptionEventArgs e)
 {
     CriticalException?.InvokeAsync(this, e);
 }
Example #3
0
 internal void RaiseCriticalException(CriticalExceptionEventArgs e)
 {
     Toolbox.RaiseAsyncEvent<CriticalExceptionEventArgs>(CriticalException, this, e); 
 }