Exemplo n.º 1
0
 /// <summary>
 /// The failure.
 /// </summary>
 /// <param name="sender">
 /// The sender.
 /// </param>
 /// <param name="method">
 /// The method.
 /// </param>
 /// <param name="error">
 /// The error.
 /// </param>
 public static void WinEventFailure(object sender, string method, Exception error)
 {
     WindowsEventLog.Failure(sender, method, error);
 }