C# 클래스 SharpCifs.Dcerpc.DcerpcException

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

공개 메소드들

메소드 설명
DcerpcException ( string msg ) : System
DcerpcException ( string msg, Exception rootCause ) : System
GetErrorCode ( ) : int
GetRootCause ( ) : Exception
ToString ( ) : string

비공개 메소드들

메소드 설명
DcerpcException ( int error ) : System
GetMessageByDcerpcError ( int errcode ) : string

메소드 상세

DcerpcException() 공개 메소드

public DcerpcException ( string msg ) : System
msg string
리턴 System

DcerpcException() 공개 메소드

public DcerpcException ( string msg, Exception rootCause ) : System
msg string
rootCause System.Exception
리턴 System

GetErrorCode() 공개 메소드

public GetErrorCode ( ) : int
리턴 int

GetRootCause() 공개 메소드

public GetRootCause ( ) : Exception
리턴 System.Exception

ToString() 공개 메소드

public ToString ( ) : string
리턴 string