Class PaymentDomainException
Namespace: Payment.Domain.Exceptions
Assembly: Payment.Domain.dll
public sealed class PaymentDomainException : Exception, ISerializable
Inheritance
Implements
Inherited Members
Exception.GetBaseException\(\), Exception.GetType\(\), Exception.ToString\(\), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
PaymentDomainException\(\)
public PaymentDomainException()
PaymentDomainException\(string\)
public PaymentDomainException(string message)
Parameters
message string
PaymentDomainException\(string, Exception\)
public PaymentDomainException(string message, Exception innerException)
Parameters
message string
innerException Exception
Last modified: 21 May 2024