Class FinDtaException
Exception that is thrown by the FinDtaParser in order to indicate parsing errors.
Inheritance
System.Object
System.Exception
FinDtaException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.String |
Overrides
System.Exception.Message
Implements
System.Runtime.Serialization.ISerializable