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