Renci.SshNet.ForwardedPortRemote.Channel_Exception C# (CSharp) Méthode

Channel_Exception() private méthode

private Channel_Exception ( object sender, ExceptionEventArgs exceptionEventArgs ) : void
sender object
exceptionEventArgs ExceptionEventArgs
Résultat void
        private void Channel_Exception(object sender, ExceptionEventArgs exceptionEventArgs)
        {
            RaiseExceptionEvent(exceptionEventArgs.Exception);
        }