コード例 #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());
 }