• Version 1.17.0
Show / Hide Table of Contents

Class EngineWarningEventArgs

Warning event arguments.

Inheritance
object
EventArgs
EngineWarningEventArgs
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 EngineWarningEventArgs : EventArgs

Constructors

EngineWarningEventArgs()

Default constructor.

Declaration
public EngineWarningEventArgs()

EngineWarningEventArgs(EngineWarningReason, string)

Constructor.

Declaration
public EngineWarningEventArgs(EngineWarningReason reason, string description)
Parameters
Type Name Description
EngineWarningReason reason
string description

Properties

Description

Warning description.

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

Reason

Warning reason.

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

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