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);
        }