Table of Contents

Class InvoiceTimeInformationNotCorrectException

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

Invoice time information not correct Exception

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

Constructors

InvoiceTimeInformationNotCorrectException()

Base constructor

public InvoiceTimeInformationNotCorrectException()

InvoiceTimeInformationNotCorrectException(Exception)

Initializes a new instance of the InvoiceTimeInformationNotCorrectException

public InvoiceTimeInformationNotCorrectException(Exception innerException)

Parameters

innerException Exception

InvoiceTimeInformationNotCorrectException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceTimeInformationNotCorrectException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceTimeInformationNotCorrectException(string?)

Constructor with message

protected InvoiceTimeInformationNotCorrectException(string? message)

Parameters

message string

InvoiceTimeInformationNotCorrectException(string?, Exception?)

Constructor with message and inner exception

protected InvoiceTimeInformationNotCorrectException(string? message, Exception? innerException)

Parameters

message string
innerException Exception