C# Class QuickFix.DictionaryParseException

Inheritance: System.ApplicationException
ファイルを表示 Open project: kennystone/quickfixn

Public Methods

Method Description
DictionaryParseException ( ) : System
DictionaryParseException ( string message ) : System
DictionaryParseException ( string message, System inner ) : System

Protected Methods

Method Description
DictionaryParseException ( System info, System context ) : System

Method Details

DictionaryParseException() public method

public DictionaryParseException ( ) : System
return System

DictionaryParseException() protected method

protected DictionaryParseException ( System info, System context ) : System
info System
context System
return System

DictionaryParseException() public method

public DictionaryParseException ( string message ) : System
message string
return System

DictionaryParseException() public method

public DictionaryParseException ( string message, System inner ) : System
message string
inner System
return System