Table of Contents

Class InvoiceIdNotSetException

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

Invoice Identifier not set Exception

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

Constructors

InvoiceIdNotSetException()

Base constructor

public InvoiceIdNotSetException()

InvoiceIdNotSetException(Exception)

Initializes a new instance of the InvoiceIdNotSetException

public InvoiceIdNotSetException(Exception innerException)

Parameters

innerException Exception

InvoiceIdNotSetException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceIdNotSetException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceIdNotSetException(string?)

Constructor with message

protected InvoiceIdNotSetException(string? message)

Parameters

message string

InvoiceIdNotSetException(string?, Exception?)

Constructor with message and inner exception

protected InvoiceIdNotSetException(string? message, Exception? innerException)

Parameters

message string
innerException Exception