Class SettlementNotSupportedException
- Namespace
- NArk.Abstractions.Settlement
- Assembly
- NArk.Abstractions.dll
Thrown when no registered ISettlementService handles a destination, or when one is asked to settle a destination it does not support.
public class SettlementNotSupportedException : NotSupportedException, ISerializable
- Inheritance
-
SettlementNotSupportedException
- Implements
- Inherited Members
Constructors
SettlementNotSupportedException(SettlementDestination, string)
Thrown when no registered ISettlementService handles a destination, or when one is asked to settle a destination it does not support.
public SettlementNotSupportedException(SettlementDestination destination, string message)
Parameters
destinationSettlementDestinationmessagestring
Properties
Destination
The destination that could not be settled.
public SettlementDestination Destination { get; }