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