C# Class QuickFix.QuickFIXException

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

Public Methods

Method Description
QuickFIXException ( )
QuickFIXException ( System info, System context )
QuickFIXException ( string msg )
QuickFIXException ( string msg, System innerException )

Method Details

QuickFIXException() public method

public QuickFIXException ( )

QuickFIXException() public method

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

QuickFIXException() public method

public QuickFIXException ( string msg )
msg string

QuickFIXException() public method

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