Renci.SshNet.ForwardedPort.Session_ErrorOccured C# (CSharp) Method

Session_ErrorOccured() private method

Handles session ErrorOccured event.
private Session_ErrorOccured ( object sender, ExceptionEventArgs e ) : void
sender object The source of the event.
e ExceptionEventArgs The instance containing the event data.
return void
        private void Session_ErrorOccured(object sender, ExceptionEventArgs e)
        {
            RaiseExceptionEvent(e.Exception);
        }
    }