Ejemplo n.º 1
0
 public shutdownEventArgs(Exception exception)
 {
     reason_ = shutdownReason.Exception;
     ex_     = exception;
 }
Ejemplo n.º 2
0
 public shutdownEventArgs(shutdownReason reason)
 {
     reason_ = reason;
     ex_     = null;
 }