C# 클래스 NewTOAPIA.Net.Udt.CUDTException

상속: System.Exception
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
CUDTException ( ) : System
CUDTException ( CUDTException e ) : System
CUDTException ( int major, int minor, int err ) : System
getErrorMessage ( ) : string

비공개 메소드들

메소드 설명
clear ( ) : void
getErrorCode ( ) : int

메소드 상세

CUDTException() 공개 메소드

public CUDTException ( ) : System
리턴 System

CUDTException() 공개 메소드

public CUDTException ( CUDTException e ) : System
e CUDTException
리턴 System

CUDTException() 공개 메소드

public CUDTException ( int major, int minor, int err ) : System
major int
minor int
err int
리턴 System

getErrorMessage() 공개 메소드

public getErrorMessage ( ) : string
리턴 string