Table of Contents

Class MerchantIdNotSetException

Namespace
arolariu.Backend.Domain.Invoices.DDD.Entities.Merchants.Exceptions.Inner
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 SerializationInfo
context 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)

Parameters

message string
innerException Exception