C# Class SharpCifs.Dcerpc.DcerpcException

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

Public Methods

Method Description
DcerpcException ( string msg ) : System
DcerpcException ( string msg, Exception rootCause ) : System
GetErrorCode ( ) : int
GetRootCause ( ) : Exception
ToString ( ) : string

Private Methods

Method Description
DcerpcException ( int error ) : System
GetMessageByDcerpcError ( int errcode ) : string

Method Details

DcerpcException() public method

public DcerpcException ( string msg ) : System
msg string
return System

DcerpcException() public method

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

GetErrorCode() public method

public GetErrorCode ( ) : int
return int

GetRootCause() public method

public GetRootCause ( ) : Exception
return System.Exception

ToString() public method

public ToString ( ) : string
return string