Update summary for ProxyException.

Fixes issue #163.
This commit is contained in:
Gert Driesen
2017-02-11 14:34:23 +01:00
parent 8e9cf89511
commit ed9feebf71
+1 -1
View File
@@ -6,7 +6,7 @@ using System.Runtime.Serialization;
namespace Renci.SshNet.Common
{
/// <summary>
/// The exception that is thrown when SCP error occurred.
/// The exception that is thrown when a proxy connection cannot be established.
/// </summary>
#if FEATURE_BINARY_SERIALIZATION
[Serializable]