コード例 #1
0
ファイル: HttpEventSource.cs プロジェクト: allisterb/Overlord
 public static void AuthenticationFailure(this HttpEventSource ev, string message, Exception e)
 {
     ev.AuthenticateFailure(message, e.ToString());
 }
コード例 #2
0
ファイル: HttpEventSource.cs プロジェクト: allisterb/Overlord
 public static void ConfigurationFailure(this HttpEventSource ev, string message, Exception e)
 {
     ev.ConfigurationFailure(message, e.ToString());
 }