Class PaymentNotFoundException
public class PaymentNotFoundException : Exception, ISerializable
- Inheritance
-
PaymentNotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
PaymentNotFoundException()
public PaymentNotFoundException()
PaymentNotFoundException(Guid)
public PaymentNotFoundException(Guid payment)
Parameters
paymentGuid
PaymentNotFoundException(SerializationInfo, StreamingContext)
protected PaymentNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
PaymentNotFoundException(string, Exception)
public PaymentNotFoundException(string message, Exception innerException)