Table of Contents

Class MerchantFoundationServiceValidationException

Namespace
arolariu.Backend.Domain.Invoices.DDD.Entities.Merchants.Exceptions.Outer.Foundation
Assembly
arolariu.Backend.Domain.Invoices.dll

Merchant Foundation Service Validation Exception

[Serializable]
public class MerchantFoundationServiceValidationException : Exception, ISerializable
Inheritance
MerchantFoundationServiceValidationException
Implements
Inherited Members

Constructors

MerchantFoundationServiceValidationException()

Base constructor

public MerchantFoundationServiceValidationException()

MerchantFoundationServiceValidationException(Exception)

Initializes a new instance of the MerchantFoundationServiceValidationException

public MerchantFoundationServiceValidationException(Exception innerException)

Parameters

innerException Exception

MerchantFoundationServiceValidationException(SerializationInfo, StreamingContext)

Serialization constructor

protected MerchantFoundationServiceValidationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

MerchantFoundationServiceValidationException(string?)

Constructor with message

protected MerchantFoundationServiceValidationException(string? message)

Parameters

message string

MerchantFoundationServiceValidationException(string?, Exception?)

Constructor with message and inner exception

protected MerchantFoundationServiceValidationException(string? message, Exception? innerException)

Parameters

message string
innerException Exception