Table of Contents

Class InvoiceOrchestrationDependencyValidationException

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

Invoice Orchestration Dependency Validation Exception

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

Constructors

InvoiceOrchestrationDependencyValidationException()

Base constructor

public InvoiceOrchestrationDependencyValidationException()

InvoiceOrchestrationDependencyValidationException(Exception)

Initializes a new instance of the InvoiceOrchestrationDependencyValidationException

public InvoiceOrchestrationDependencyValidationException(Exception innerException)

Parameters

innerException Exception

InvoiceOrchestrationDependencyValidationException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceOrchestrationDependencyValidationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceOrchestrationDependencyValidationException(string?)

Constructor with message

protected InvoiceOrchestrationDependencyValidationException(string? message)

Parameters

message string

InvoiceOrchestrationDependencyValidationException(string?, Exception?)

Constructor with message and inner exception

protected InvoiceOrchestrationDependencyValidationException(string? message, Exception? innerException)

Parameters

message string
innerException Exception