Class FinDtaException
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; }