• Version 1.17.0
Show / Hide Table of Contents

Class EngineErrorEventArgs

Error event arguments.

Inheritance
object
EventArgs
EngineErrorEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class EngineErrorEventArgs : EventArgs

Constructors

EngineErrorEventArgs()

Default constructor.

Declaration
public EngineErrorEventArgs()

EngineErrorEventArgs(EngineErrorReason, string)

Constructor.

Declaration
public EngineErrorEventArgs(EngineErrorReason reason, string description)
Parameters
Type Name Description
EngineErrorReason reason
string description

Properties

Description

Error description.

Declaration
public string Description { get; }
Property Value
Type Description
string

Reason

Error reason.

Declaration
public EngineErrorReason Reason { get; }
Property Value
Type Description
EngineErrorReason

Methods

ToString()

Returns the string representation.

Declaration
public override string ToString()
Returns
Type Description
string

string representation

Overrides
object.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX