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