SharpCifs.Smb.SmbException.SmbException C# (CSharp) Method

SmbException() private method

private SmbException ( int errcode, Exception rootCause ) : System
errcode int
rootCause System.Exception
return System
		internal SmbException(int errcode, Exception rootCause) : base(GetMessageByCode(errcode
			))
		{
			_status = GetStatusByCode(errcode);
			this._rootCause = rootCause;
		}

Same methods

SmbException::SmbException ( ) : System
SmbException::SmbException ( int errcode, bool winerr ) : System
SmbException::SmbException ( string msg ) : System
SmbException::SmbException ( string msg, Exception rootCause ) : System