Table of Contents

Class InvoiceProcessingServiceException

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

Invoice processing service exception.

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

Constructors

InvoiceProcessingServiceException()

Base constructor.

public InvoiceProcessingServiceException()

InvoiceProcessingServiceException(Exception)

Initializes a new instance of the InvoiceProcessingServiceException

public InvoiceProcessingServiceException(Exception innerException)

Parameters

innerException Exception

InvoiceProcessingServiceException(SerializationInfo, StreamingContext)

Serialization constructor

protected InvoiceProcessingServiceException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

InvoiceProcessingServiceException(string)

Constructor with message.

public InvoiceProcessingServiceException(string message)

Parameters

message string

InvoiceProcessingServiceException(string, Exception)

Constructor with message and inner exception.

public InvoiceProcessingServiceException(string message, Exception innerException)

Parameters

message string
innerException Exception