コード例 #1
0
 public RJesErrorException(string message, Exception inner, RJesErrorCode rJesErrorCode) : base(message, inner)
 {
     RJesErrorCode = rJesErrorCode;
 }
コード例 #2
0
 public RJesErrorException(string message, RJesErrorCode rJesErrorCode) : this(message, null, rJesErrorCode)
 {
 }