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