• Version 1.15.2
Show / Hide Table of Contents

Class StaticErrorException

Static errors.

Such errors appear during FAST template parsing and expose the fact that the FAST template composed with particular errors.

Inheritance
object
Exception
FastException
StaticErrorException
Implements
ISerializable
Inherited Members
FastException.Code
Exception.GetBaseException()
Exception.GetType()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.ReferenceEquals(object, object)
Namespace: OnixS.Fix.Fast
Assembly: OnixS.Fix.Engine.dll
Syntax
public sealed class StaticErrorException : FastException, ISerializable

Methods

ToString()

Creates and returns a string representation of the current exception.

Declaration
public override string ToString()
Returns
Type Description
string

A string representation of the current exception.

Overrides
Exception.ToString()

Implements

ISerializable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX