Class MerchantOrchestrationServiceException
- 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
SerializationInfocontext
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)