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