Table of Contents

Class PaymentNotFoundException

Namespace
InSite.Domain.Payments
Assembly
Shift.Sdk.dll
public class PaymentNotFoundException : Exception, ISerializable
Inheritance
PaymentNotFoundException
Implements
Inherited Members
Extension Methods

Constructors

PaymentNotFoundException()

public PaymentNotFoundException()

PaymentNotFoundException(Guid)

public PaymentNotFoundException(Guid payment)

Parameters

payment Guid

PaymentNotFoundException(SerializationInfo, StreamingContext)

protected PaymentNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PaymentNotFoundException(string, Exception)

public PaymentNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception