示例#1
0
 /// <remarks/>
 public ResultIDException(ResultID result, string message, Exception e) : base(result.ToString() + "\r\n" + message, e)
 {
     m_result = result;
 }
示例#2
0
 /// <remarks/>
 public ResultIDException(ResultID result) : base(result.ToString())
 {
     m_result = result;
 }