コード例 #1
0
 public GatewayConnectionException(string exceptionMessage, OrderException innerException) : base(exceptionMessage, innerException)
 {
 }
コード例 #2
0
 public OrderException(string exceptionMessage, OrderException innerException) :
     base(exceptionMessage, innerException)
 {
 }