Class NoGatewaySelectedException
- Namespace
- OverKizApi.Exceptions
- Assembly
- OverKizApi.dll
Raised when a Rexel request requires a selected gateway but no gateway has been chosen.
public class NoGatewaySelectedException : BaseOverkizException, ISerializable, _Exception
- Inheritance
-
NoGatewaySelectedException
- Implements
- Inherited Members
Remarks
Initialises a new instance with the specified error message.
Constructors
NoGatewaySelectedException(string)
Raised when a Rexel request requires a selected gateway but no gateway has been chosen.
public NoGatewaySelectedException(string message)
Parameters
messagestringThe API error message.
Remarks
Initialises a new instance with the specified error message.