mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
Do not wrap exceptions in SshException.
This commit is contained in:
@@ -90,7 +90,7 @@ namespace Renci.SshNet.Common
|
||||
|
||||
// Operation is done: if an exception occurred, throw it
|
||||
if (_exception != null)
|
||||
throw new SshException(_exception.Message, _exception);
|
||||
throw _exception;
|
||||
}
|
||||
|
||||
#region Implementation of IAsyncResult
|
||||
|
||||
Reference in New Issue
Block a user