Renci.SshNet.ForwardedPortRemote.Channel_Exception C# (CSharp) Метод

Channel_Exception() приватный Метод

private Channel_Exception ( object sender, ExceptionEventArgs exceptionEventArgs ) : void
sender object
exceptionEventArgs ExceptionEventArgs
Результат void
        private void Channel_Exception(object sender, ExceptionEventArgs exceptionEventArgs)
        {
            RaiseExceptionEvent(exceptionEventArgs.Exception);
        }