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