2
0
Эх сурвалжийг харах

Make RaiseExceptionEvent private.

Gert Driesen 8 жил өмнө
parent
commit
f726b706df

+ 2 - 2
src/Renci.SshNet/Channels/Channel.cs

@@ -439,10 +439,10 @@ namespace Renci.SshNet.Channels
         #endregion // Channel virtual methods
 
         /// <summary>
-        /// Raises <see cref="Channel.Exception"/> event.
+        /// Raises <see cref="Exception"/> event.
         /// </summary>
         /// <param name="exception">The exception.</param>
-        protected void RaiseExceptionEvent(Exception exception)
+        private void RaiseExceptionEvent(Exception exception)
         {
             var handlers = Exception;
             if (handlers != null)