Class FinParseException

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

A FinParseException represents a major FinTS syntax error that was encountered while FinTS input data was processed.

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

Constructors

FinParseException(FinParseExceptionCode)

Create a new FinParseException.

public FinParseException(FinParseExceptionCode nCode)

Parameters

nCode FinParseExceptionCode

FinParseException(FinParseExceptionCode, string)

Create a new FinParseException with a descriptive message.

public FinParseException(FinParseExceptionCode nCode, string sMessage)

Parameters

nCode FinParseExceptionCode
sMessage string

Properties

Code

Provides the detailed exception code of this FinParseException.

public FinParseExceptionCode Code { get; }

Property Value

FinParseExceptionCode