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