Renci.SshNet.ForwardedPort.Session_ErrorOccured C# (CSharp) Méthode

Session_ErrorOccured() private méthode

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.
Résultat void
        private void Session_ErrorOccured(object sender, ExceptionEventArgs e)
        {
            RaiseExceptionEvent(e.Exception);
        }
    }