Class SepaException
Special exception for particular SEPA related errors.
Implements
Inherited Members
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public class SepaException : Exception, ISerializable
Properties
ExceptionCode
Indicates the cause of the exception.
Declaration
public SepaExceptionCode ExceptionCode { get; }
Property Value
Type | Description |
---|---|
SepaExceptionCode |
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Path
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
string |