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