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