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