Class FinDtaException
Exception that is thrown by the FinDtaParser in order to indicate parsing errors.
Implements
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDtaException : Exception, ISerializable
Properties
Code
Provides the detailed exception code of this FinDtaException.
Declaration
public FinDtaExceptionCode Code { get; }
Property Value
Type | Description |
---|---|
FinDtaExceptionCode | Refer to the documentation of the FinDtaExceptionCode for a list of possible values and their meaning. |
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
string |