Renci.SshNet.ForwardedPortRemote.Channel_Exception C# (CSharp) Method

Channel_Exception() private method

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