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