C# Class SharpCifs.Netbios.NbtException

Inheritance: System.IO.IOException
Show file Open project: brandonprry/Potato

Public Properties

Property Type Description
ErrorClass int
ErrorCode int

Public Methods

Method Description
GetErrorString ( int errorClass, int errorCode ) : string
NbtException ( int errorClass, int errorCode ) : System.IO
ToString ( ) : string

Method Details

GetErrorString() public static method

public static GetErrorString ( int errorClass, int errorCode ) : string
errorClass int
errorCode int
return string

NbtException() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

ErrorClass public property

public int ErrorClass
return int

ErrorCode public property

public int ErrorCode
return int