Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
QuickFix
ConfigError
C# Class QuickFix.ConfigError
Application is not configured correctly
Inheritance:
QuickFIXException
Show file
Open project: kennystone/quickfixn
Public Methods
Method
Description
ConfigError
(
string
msg
)
ConfigError
(
string
msg
,
System
innerException
)
Method Details
ConfigError()
public
method
public
ConfigError
(
string
msg
)
msg
string
ConfigError()
public
method
public
ConfigError
(
string
msg
,
System
innerException
)
msg
string
innerException
System