Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
QuickFix
ConfigError
C# Class QuickFix.ConfigError
Application is not configured correctly
Inheritance:
QuickFIXException
显示文件
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