Table of Contents

Class InvoiceFoundationDependencyValidationException

Namespace
arolariu.Backend.Domain.Invoices.DDD.AggregatorRoots.Invoices.Exceptions.Outer.Foundation
Assembly
arolariu.Backend.Domain.Invoices.dll

Invoice Dependency Validation Exception

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

Constructors

InvoiceFoundationDependencyValidationException()

Base constructor

public InvoiceFoundationDependencyValidationException()

InvoiceFoundationDependencyValidationException(Exception)

Initializes a new instance of the InvoiceFoundationDependencyValidationException

public InvoiceFoundationDependencyValidationException(Exception innerException)

Parameters

innerException Exception

InvoiceFoundationDependencyValidationException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceFoundationDependencyValidationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceFoundationDependencyValidationException(string?)

Constructor with message

protected InvoiceFoundationDependencyValidationException(string? message)

Parameters

message string

InvoiceFoundationDependencyValidationException(string?, Exception?)

Constructor with message and inner exception

protected InvoiceFoundationDependencyValidationException(string? message, Exception? innerException)

Parameters

message string
innerException Exception