Class EbicsTechnicalException
Inheritance
EbicsTechnicalException
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsTechnicalException : EbicsException, ISerializable
Constructors
EbicsTechnicalException(EbicsReturnCode)
Declaration
public EbicsTechnicalException(EbicsReturnCode aTechnicalReturnCode)
Parameters
Type |
Name |
Description |
EbicsReturnCode |
aTechnicalReturnCode |
technical error code
|
EbicsTechnicalException(string, string)
Declaration
public EbicsTechnicalException(string sTechnicalReturnCode, string sFullReportText = null)
Parameters
Type |
Name |
Description |
string |
sTechnicalReturnCode |
|
string |
sFullReportText |
|
Properties
TechnicalReturnCode
Declaration
public EbicsReturnCode TechnicalReturnCode { get; }
Property Value
Implements