C# Class NewTOAPIA.Net.DuplicatePacketException

This exception is thrown when a duplicate packet arrives and it is not expected
Inheritance: System.ApplicationException
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

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

Method Details

DuplicatePacketException() public méthode

public DuplicatePacketException ( ) : System
Résultat System

DuplicatePacketException() public méthode

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

DuplicatePacketException() public méthode

public DuplicatePacketException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System