Table of Contents

Class InvoiceDescriptionNotSetException

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

Invoice Description not set Exception

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

Constructors

InvoiceDescriptionNotSetException()

Base constructor

public InvoiceDescriptionNotSetException()

InvoiceDescriptionNotSetException(Exception)

Initializes a new instance of the InvoiceDescriptionNotSetException

public InvoiceDescriptionNotSetException(Exception innerException)

Parameters

innerException Exception

InvoiceDescriptionNotSetException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceDescriptionNotSetException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceDescriptionNotSetException(string?)

Constructor with message

protected InvoiceDescriptionNotSetException(string? message)

Parameters

message string

InvoiceDescriptionNotSetException(string?, Exception?)

Constructor with message and inner exception

protected InvoiceDescriptionNotSetException(string? message, Exception? innerException)

Parameters

message string
innerException Exception