Class InvoiceOrchestrationServiceException
- Namespace
- arolariu.Backend.Domain.Invoices.DDD.AggregatorRoots.Invoices.Exceptions.Outer.Orchestration
- Assembly
- arolariu.Backend.Domain.Invoices.dll
Invoice Orchestration Service Exception
[Serializable]
public class InvoiceOrchestrationServiceException : Exception, ISerializable
- Inheritance
-
InvoiceOrchestrationServiceException
- Implements
- Inherited Members
Constructors
InvoiceOrchestrationServiceException()
Base constructor
public InvoiceOrchestrationServiceException()
InvoiceOrchestrationServiceException(Exception)
Initializes a new instance of the InvoiceOrchestrationServiceException
public InvoiceOrchestrationServiceException(Exception innerException)
Parameters
innerException
Exception
InvoiceOrchestrationServiceException(SerializationInfo, StreamingContext)
Serialization constructor
protected InvoiceOrchestrationServiceException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
InvoiceOrchestrationServiceException(string?)
Constructor with message
protected InvoiceOrchestrationServiceException(string? message)
Parameters
message
string
InvoiceOrchestrationServiceException(string?, Exception?)
Constructor with message and inner exception
protected InvoiceOrchestrationServiceException(string? message, Exception? innerException)