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