Class FinParseException
A FinParseException represents a major FinTS syntax error that was encountered while FinTS input data was processed.
Inheritance
System.Object
System.Exception
FinParseException
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.Message
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 FinParseException : Exception, ISerializable
Constructors
FinParseException(FinParseExceptionCode)
Create a new FinParseException.
Declaration
public FinParseException(FinParseExceptionCode nCode)
Parameters
Type | Name | Description |
---|---|---|
FinParseExceptionCode | nCode |
FinParseException(FinParseExceptionCode, String)
Create a new FinParseException with a descriptive message.
Declaration
public FinParseException(FinParseExceptionCode nCode, string sMessage)
Parameters
Type | Name | Description |
---|---|---|
FinParseExceptionCode | nCode | |
System.String | sMessage |
Properties
Code
Provides the detailed exception code of this FinParseException.
Declaration
public FinParseExceptionCode Code { get; }
Property Value
Type | Description |
---|---|
FinParseExceptionCode |
Implements
System.Runtime.Serialization.ISerializable