• Version 1.15.2
Show / Hide Table of Contents

Class FixmlConverterException

This exception is thrown in case of a converter error.

Inheritance
object
Exception
FixmlConverterException
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.Fix2FixmlConverter
Assembly: OnixS.Fix.Fix2FixmlConverter.dll
Syntax
[Serializable]
public class FixmlConverterException : Exception, ISerializable

Constructors

FixmlConverterException()

Initializes a new instance of the Exception class.

Declaration
public FixmlConverterException()

FixmlConverterException(string)

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

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

The message that describes the error.

FixmlConverterException(string, Exception)

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

Declaration
public FixmlConverterException(string message, Exception inner)
Parameters
Type Name Description
string message

The message that describes the error.

Exception inner

Inner Exception.

Implements

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