• Version 1.15.2
Show / Hide Table of Contents

Class FastException

Base FAST exception.

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

Constructors

FastException()

Constructor.

Declaration
public FastException()

FastException(FastErrorCode, string)

Constructor.

Declaration
public FastException(FastErrorCode code, string message)
Parameters
Type Name Description
FastErrorCode code
string message

Message that describes the error.

FastException(FastErrorCode, string, Exception)

Constructor.

Declaration
public FastException(FastErrorCode code, string message, Exception cause)
Parameters
Type Name Description
FastErrorCode code
string message

Message that describes the error.

Exception cause

The originating cause of this error.

Properties

Code

Returns the error code for this exception.

Declaration
public FastErrorCode Code { get; }
Property Value
Type Description
FastErrorCode

The error code.

Implements

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