Enum SepaExceptionCode

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

Exception code for a SepaException.

public enum SepaExceptionCode

Fields

CtrlSum = 3

The explicitly given control sum did not match the computed control sum.

InvalidBIC = 2

An invalid BIC was encountered. The invalid BIC is contained in the exception message.

InvalidElement = 5

A SEPA element was not valid, maybe because a required property was not set. Further information may be found in the exception message.

InvalidIBAN = 1

An invalid IBAN was encountered. The invalid IBAN is contained in the exception message.

NbOfTxs = 4

The explicitly given number of transactions did not match the actual number of transactions.

Unknown = 0

Undefined.