C# Class QuickFix.QuickFIXException

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

Méthodes publiques

Méthode Description
QuickFIXException ( )
QuickFIXException ( System info, System context )
QuickFIXException ( string msg )
QuickFIXException ( string msg, System innerException )

Method Details

QuickFIXException() public méthode

public QuickFIXException ( )

QuickFIXException() public méthode

public QuickFIXException ( System info, System context )
info System
context System

QuickFIXException() public méthode

public QuickFIXException ( string msg )
msg string

QuickFIXException() public méthode

public QuickFIXException ( string msg, System innerException )
msg string
innerException System