Enum SepaExceptionCode
Exception code for a SepaException.
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public enum SepaExceptionCode
Fields
Name | Description |
---|---|
CtrlSum | The explicitly given control sum did not match the computed control sum. |
InvalidBIC | An invalid BIC was encountered. The invalid BIC is contained in the exception message. |
InvalidElement | A SEPA element was not valid, maybe because a required property was not set. Further information may be found in the exception message. |
InvalidIBAN | An invalid IBAN was encountered. The invalid IBAN is contained in the exception message. |
NbOfTxs | The explicitly given number of transactions did not match the actual number of transactions. |
Unknown | Undefined. |