• Version 1.15.2
Show / Hide Table of Contents

Class DictionaryException

Represents errors that occur during dictionary construction or dictionary file parsing.

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

Constructors

DictionaryException()

Initializes a new instance of the Exception class.

Declaration
public DictionaryException()

DictionaryException(string)

Initializes a new instance of the Exception class with a specified error message.

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

The message that describes the error.

DictionaryException(string, Exception)

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

The error message that explains the reason for the exception.

Exception cause

Implements

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