示例#1
0
 public RepoException(RepoExceptionType type, string message)
 {
     message = string.Format("[{0}] {1}", type.ToString(), message);
 }
示例#2
0
 public RepoException(RepoExceptionType type)
 {
     message = string.Format("[{0}]", type.ToString());
 }