Table of Contents

Class MerchantOrchestrationServiceException

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

Merchant Orchestration Service Exception

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

Constructors

MerchantOrchestrationServiceException()

Base constructor

public MerchantOrchestrationServiceException()

MerchantOrchestrationServiceException(Exception)

Initializes a new instance of the MerchantOrchestrationServiceException

public MerchantOrchestrationServiceException(Exception innerException)

Parameters

innerException Exception

MerchantOrchestrationServiceException(SerializationInfo, StreamingContext)

Serialization constructor

protected MerchantOrchestrationServiceException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

MerchantOrchestrationServiceException(string?)

Constructor with message

protected MerchantOrchestrationServiceException(string? message)

Parameters

message string

MerchantOrchestrationServiceException(string?, Exception?)

Constructor with message and inner exception

protected MerchantOrchestrationServiceException(string? message, Exception? innerException)

Parameters

message string
innerException Exception