addExceptionLogEntry() public static method

public static addExceptionLogEntry ( System e, A_Enums exceptionthread ) : void
e System
exceptionthread A_Enums
return void
Esempio n. 1
0
 public static void addExceptionLogEntry(System.Exception e, A_Enums.ExceptionThread exceptionthread)
 {
     ExceptionLogEntry.addExceptionLogEntry(e, exceptionthread);
 }