C# Class NewTOAPIA.Net.DuplicatePacketException

This exception is thrown when a duplicate packet arrives and it is not expected
Inheritance: System.ApplicationException
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
DuplicatePacketException ( ) : System
DuplicatePacketException ( string message ) : System
DuplicatePacketException ( string message, Exception inner ) : System

Method Details

DuplicatePacketException() public method

public DuplicatePacketException ( ) : System
return System

DuplicatePacketException() public method

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

DuplicatePacketException() public method

public DuplicatePacketException ( string message, Exception inner ) : System
message string
inner System.Exception
return System