Ejemplo n.º 1
0
 /// <summary>
 /// The error ex.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="ex">
 /// The ex.
 /// </param>
 /// <param name="message">
 /// The message.
 /// </param>
 public static void WinEventErrorEx(object sender, Exception ex, string message)
 {
     WindowsEventLog.ErrorEx(sender, ex, message);
 }