Table of Contents

Class InvoiceProcessingServiceDependencyException

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

Invoice processing service dependency exception.

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

Constructors

InvoiceProcessingServiceDependencyException()

Base constructor.

public InvoiceProcessingServiceDependencyException()

InvoiceProcessingServiceDependencyException(Exception)

Initializes a new instance of the InvoiceProcessingServiceDependencyException

public InvoiceProcessingServiceDependencyException(Exception innerException)

Parameters

innerException Exception

InvoiceProcessingServiceDependencyException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceProcessingServiceDependencyException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceProcessingServiceDependencyException(string)

Constructor with message.

public InvoiceProcessingServiceDependencyException(string message)

Parameters

message string

InvoiceProcessingServiceDependencyException(string, Exception)

Constructor with message and inner exception.

public InvoiceProcessingServiceDependencyException(string message, Exception innerException)

Parameters

message string
innerException Exception