Table of Contents

Class InvoiceOrchestrationDependencyException

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

Invoice Orchestration Dependency Exception

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

Constructors

InvoiceOrchestrationDependencyException()

Base constructor

public InvoiceOrchestrationDependencyException()

InvoiceOrchestrationDependencyException(Exception)

Initializes a new instance of the InvoiceOrchestrationDependencyException

public InvoiceOrchestrationDependencyException(Exception innerException)

Parameters

innerException Exception

InvoiceOrchestrationDependencyException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceOrchestrationDependencyException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceOrchestrationDependencyException(string?)

Constructor with message

protected InvoiceOrchestrationDependencyException(string? message)

Parameters

message string

InvoiceOrchestrationDependencyException(string?, Exception?)

Constructor with message and inner exception

protected InvoiceOrchestrationDependencyException(string? message, Exception? innerException)

Parameters

message string
innerException Exception