Class EbicsException
Exception that is thrown for all fatal EBICS related errors.
public class EbicsException : Exception, ISerializable- Inheritance
- 
      
      
      EbicsException
- Implements
- Derived
- Inherited Members
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()
public EbicsException()EbicsException(string)
public EbicsException(string sMessage)Parameters
- sMessagestring
EbicsException(string, Exception)
public EbicsException(string sMessage, Exception xInner)