public GatewayConnectionException(string exceptionMessage, OrderException innerException) : base(exceptionMessage, innerException)
 {
 }
Пример #2
0
 public OrderException(string exceptionMessage, OrderException innerException) :
     base(exceptionMessage, innerException)
 {
 }