Class EbicsTechnicalException

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public class EbicsTechnicalException : EbicsException, ISerializable
Inheritance
EbicsTechnicalException
Implements
Inherited Members

Remarks

for internal use only.

Constructors

EbicsTechnicalException(EbicsReturnCode)

public EbicsTechnicalException(EbicsReturnCode aTechnicalReturnCode)

Parameters

aTechnicalReturnCode EbicsReturnCode

technical error code

EbicsTechnicalException(string, string)

public EbicsTechnicalException(string sTechnicalReturnCode, string sFullReportText = null)

Parameters

sTechnicalReturnCode string
sFullReportText string

Properties

TechnicalReturnCode

public EbicsReturnCode TechnicalReturnCode { get; }

Property Value

EbicsReturnCode