Пример #1
0
 public static string ExceptionToString(System.UnauthorizedAccessException e)
 {
     return(R._("System.UnauthorizedAccessExceptionが発生しました。\r\n何度も再発する場合は、report7zを送ってください。\r\nMessage:\r\n{0}\r\n{1}", e.ToString(), e.StackTrace));
 }