Esempio n. 1
0
 public static string GenerateFullStack(Exception excep, out int countExceptions)
 {
     return(ErrorLogDefinition.GenerateFullStack(excep, out countExceptions));
 }