C# 클래스 SharpCifs.Netbios.NbtException

상속: System.IO.IOException
파일 보기 프로젝트 열기: brandonprry/Potato

공개 프로퍼티들

프로퍼티 타입 설명
ErrorClass int
ErrorCode int

공개 메소드들

메소드 설명
GetErrorString ( int errorClass, int errorCode ) : string
NbtException ( int errorClass, int errorCode ) : System.IO
ToString ( ) : string

메소드 상세

GetErrorString() 공개 정적인 메소드

public static GetErrorString ( int errorClass, int errorCode ) : string
errorClass int
errorCode int
리턴 string

NbtException() 공개 메소드

public NbtException ( int errorClass, int errorCode ) : System.IO
errorClass int
errorCode int
리턴 System.IO

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ErrorClass 공개적으로 프로퍼티

public int ErrorClass
리턴 int

ErrorCode 공개적으로 프로퍼티

public int ErrorCode
리턴 int