Exemplo n.º 1
0
 public RepoException(RepoExceptionType type, string message)
 {
     message = string.Format("[{0}] {1}", type.ToString(), message);
 }
Exemplo n.º 2
0
 public RepoException(RepoExceptionType type)
 {
     message = string.Format("[{0}]", type.ToString());
 }