Class SepaException
Special exception for particular SEPA related errors.
public class SepaException : Exception, ISerializable
- Inheritance
-
SepaException
- Implements
- Inherited Members
Properties
ExceptionCode
Indicates the cause of the exception.
public SepaExceptionCode ExceptionCode { get; }
Property Value
Message
public override string Message { get; }
Property Value
Path
public string Path { get; }