C# Class NewTOAPIA.Net.Udt.CUDTException

Inheritance: System.Exception
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
CUDTException ( ) : System
CUDTException ( CUDTException e ) : System
CUDTException ( int major, int minor, int err ) : System
getErrorMessage ( ) : string

Private Methods

Méthode Description
clear ( ) : void
getErrorCode ( ) : int

Method Details

CUDTException() public méthode

public CUDTException ( ) : System
Résultat System

CUDTException() public méthode

public CUDTException ( CUDTException e ) : System
e CUDTException
Résultat System

CUDTException() public méthode

public CUDTException ( int major, int minor, int err ) : System
major int
minor int
err int
Résultat System

getErrorMessage() public méthode

public getErrorMessage ( ) : string
Résultat string