Class FinDtaException

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Exception that is thrown by the FinDtaParser in order to indicate parsing errors.

public class FinDtaException : Exception, ISerializable
Inheritance
FinDtaException
Implements
Inherited Members

Properties

Code

Provides the detailed exception code of this FinDtaException.

public FinDtaExceptionCode Code { get; }

Property Value

FinDtaExceptionCode

Refer to the documentation of the FinDtaExceptionCode for a list of possible values and their meaning.

Message

public override string Message { get; }

Property Value

string