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