C# Class QuickFix.DictionaryParseException

Inheritance: System.ApplicationException
Afficher le fichier Open project: kennystone/quickfixn

Méthodes publiques

Méthode Description
DictionaryParseException ( ) : System
DictionaryParseException ( string message ) : System
DictionaryParseException ( string message, System inner ) : System

Méthodes protégées

Méthode Description
DictionaryParseException ( System info, System context ) : System

Method Details

DictionaryParseException() public méthode

public DictionaryParseException ( ) : System
Résultat System

DictionaryParseException() protected méthode

protected DictionaryParseException ( System info, System context ) : System
info System
context System
Résultat System

DictionaryParseException() public méthode

public DictionaryParseException ( string message ) : System
message string
Résultat System

DictionaryParseException() public méthode

public DictionaryParseException ( string message, System inner ) : System
message string
inner System
Résultat System