Table of Contents

Class InvoiceFoundationServiceException

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

Invoice Service Exception

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

Constructors

InvoiceFoundationServiceException()

Base constructor

public InvoiceFoundationServiceException()

InvoiceFoundationServiceException(Exception)

Initializes a new instance of the InvoiceFoundationServiceException

public InvoiceFoundationServiceException(Exception innerException)

Parameters

innerException Exception

InvoiceFoundationServiceException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceFoundationServiceException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceFoundationServiceException(string?)

Constructor with message

protected InvoiceFoundationServiceException(string? message)

Parameters

message string

InvoiceFoundationServiceException(string?, Exception?)

Constructor with message and inner exception

protected InvoiceFoundationServiceException(string? message, Exception? innerException)

Parameters

message string
innerException Exception