Class EbicsException
Exception that is thrown for all fatal EBICS related errors.
Implements
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsException : Exception, ISerializable
Remarks
This exception is not thrown for any EBICS return codes of the error class. Instead the purpose of this class is to represent fatal, non recoverable errors, such as the inability to parse an EBICS response. If such an exception occurs, the state of the associated transaction is undefined and cannot be recovered.
In addition to an EbicsException many methods also use ArgumentExceptions and InvalidOperationExceptions if the method arguments are invalid or the state of the object does not permit the call of the method.
Constructors
EbicsException()
Declaration
public EbicsException()
EbicsException(string)
Declaration
public EbicsException(string sMessage)
Parameters
Type | Name | Description |
---|---|---|
string | sMessage |
EbicsException(string, Exception)
Declaration
public EbicsException(string sMessage, Exception xInner)
Parameters
Type | Name | Description |
---|---|---|
string | sMessage | |
Exception | xInner |