Table of Contents

Class InvoiceFoundationDependencyException

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

Invoice Dependency Exception

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

Constructors

InvoiceFoundationDependencyException()

Base constructor

public InvoiceFoundationDependencyException()

InvoiceFoundationDependencyException(Exception)

Initializes a new instance of the InvoiceFoundationDependencyException

public InvoiceFoundationDependencyException(Exception innerException)

Parameters

innerException Exception

InvoiceFoundationDependencyException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceFoundationDependencyException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceFoundationDependencyException(string?)

Constructor with message

protected InvoiceFoundationDependencyException(string? message)

Parameters

message string

InvoiceFoundationDependencyException(string?, Exception?)

Constructor with message and inner exception

protected InvoiceFoundationDependencyException(string? message, Exception? innerException)

Parameters

message string
innerException Exception