Method | Description | |
---|---|---|
GetNtStatus ( ) : int | ||
GetRootCause ( ) : |
||
SmbException ( ) : System | ||
SmbException ( int errcode, bool winerr ) : System | ||
SmbException ( string msg ) : System | ||
SmbException ( string msg, |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
GetMessageByCode ( int errcode ) : string | ||
GetMessageByWinerrCode ( int errcode ) : string | ||
GetStatusByCode ( int errcode ) : int | ||
SmbException ( int errcode, |
public SmbException ( int errcode, bool winerr ) : System | ||
errcode | int | |
winerr | bool | |
return | System |
public SmbException ( string msg, |
||
msg | string | |
rootCause | ||
return | System |