Table of Contents

Class InvoicePhotoLocationNotCorrectException

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

Invoice Photo Location not correct Exception

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

Constructors

InvoicePhotoLocationNotCorrectException()

Base constructor

public InvoicePhotoLocationNotCorrectException()

InvoicePhotoLocationNotCorrectException(Exception)

Initializes a new instance of the InvoicePhotoLocationNotCorrectException

public InvoicePhotoLocationNotCorrectException(Exception innerException)

Parameters

innerException Exception

InvoicePhotoLocationNotCorrectException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoicePhotoLocationNotCorrectException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoicePhotoLocationNotCorrectException(string?)

Constructor with message

protected InvoicePhotoLocationNotCorrectException(string? message)

Parameters

message string

InvoicePhotoLocationNotCorrectException(string?, Exception?)

Constructor with message and inner exception

protected InvoicePhotoLocationNotCorrectException(string? message, Exception? innerException)

Parameters

message string
innerException Exception