Class MerchantIdNotSetException
- Assembly
- arolariu.Backend.Domain.Invoices.dll
Merchant Identifier not set Exception
[Serializable]
[ExcludeFromCodeCoverage]
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
innerExceptionException
MerchantIdNotSetException(SerializationInfo, StreamingContext)
Serialization constructor
protected MerchantIdNotSetException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
MerchantIdNotSetException(string?)
Constructor with message
protected MerchantIdNotSetException(string? message)
Parameters
messagestring
MerchantIdNotSetException(string?, Exception?)
Constructor with message and inner exception
protected MerchantIdNotSetException(string? message, Exception? innerException)