• Version 1.18.0
Show / Hide Table of Contents

Class IndexingException

The exception is thrown when the message indexing error occurs.

Inheritance
object
Exception
EngineException
IndexingException
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.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class IndexingException : EngineException, ISerializable

Constructors

IndexingException()

Constructor.

Declaration
public IndexingException()

IndexingException(Exception)

Constructor.

Declaration
public IndexingException(Exception cause)
Parameters
Type Name Description
Exception cause

IndexingException(string)

Constructor.

Declaration
public IndexingException(string message)
Parameters
Type Name Description
string message

IndexingException(string, Exception)

Constructor.

Declaration
public IndexingException(string message, Exception cause)
Parameters
Type Name Description
string message
Exception cause

Implements

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