C# Class NewTOAPIA.Net.Udt.CUDTException

Inheritance: System.Exception
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
CUDTException ( ) : System
CUDTException ( CUDTException e ) : System
CUDTException ( int major, int minor, int err ) : System
getErrorMessage ( ) : string

Private Methods

Method Description
clear ( ) : void
getErrorCode ( ) : int

Method Details

CUDTException() public method

public CUDTException ( ) : System
return System

CUDTException() public method

public CUDTException ( CUDTException e ) : System
e CUDTException
return System

CUDTException() public method

public CUDTException ( int major, int minor, int err ) : System
major int
minor int
err int
return System

getErrorMessage() public method

public getErrorMessage ( ) : string
return string