Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
QuickFix
MessageParseError
C# Class QuickFix.MessageParseError
Inheritance:
QuickFIXException
Mostrar archivo
Open project: kennystone/quickfixn
Public Methods
Method
Description
MessageParseError
( )
MessageParseError
(
string
msg
)
MessageParseError
(
string
msg
,
System
innerException
)
Method Details
MessageParseError()
public
method
public
MessageParseError
( )
MessageParseError()
public
method
public
MessageParseError
(
string
msg
)
msg
string
MessageParseError()
public
method
public
MessageParseError
(
string
msg
,
System
innerException
)
msg
string
innerException
System