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