Table of Contents

Class InvoicePaymentInformationNotCorrectException

Namespace
arolariu.Backend.Domain.Invoices.DDD.AggregatorRoots.Invoices.Exceptions.Inner
Assembly
arolariu.Backend.Domain.Invoices.dll

Invoice payment information not correct Exception

[Serializable]
public class InvoicePaymentInformationNotCorrectException : Exception, ISerializable
Inheritance
InvoicePaymentInformationNotCorrectException
Implements
Inherited Members

Constructors

InvoicePaymentInformationNotCorrectException()

Base constructor

public InvoicePaymentInformationNotCorrectException()

InvoicePaymentInformationNotCorrectException(Exception)

Initializes a new instance of the InvoicePaymentInformationNotCorrectException

public InvoicePaymentInformationNotCorrectException(Exception innerException)

Parameters

innerException Exception

InvoicePaymentInformationNotCorrectException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoicePaymentInformationNotCorrectException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoicePaymentInformationNotCorrectException(string?)

Constructor with message

protected InvoicePaymentInformationNotCorrectException(string? message)

Parameters

message string

InvoicePaymentInformationNotCorrectException(string?, Exception?)

Constructor with message and inner exception

protected InvoicePaymentInformationNotCorrectException(string? message, Exception? innerException)

Parameters

message string
innerException Exception