Table of Contents

Class MerchantFoundationServiceException

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

Parameters

message string
innerException Exception