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