浏览代码

Remove partial modifiers.

drieseng 9 年之前
父节点
当前提交
7ccee44e16

+ 1 - 1
src/Renci.SshNet/Common/NetConfServerException.cs

@@ -11,7 +11,7 @@ namespace Renci.SshNet.Common
 #if FEATURE_BINARY_SERIALIZATION
     [Serializable]
 #endif // FEATURE_BINARY_SERIALIZATION
-    public partial class NetConfServerException : SshException
+    public class NetConfServerException : SshException
     {
         /// <summary>
         /// Initializes a new instance of the <see cref="NetConfServerException"/> class.

+ 1 - 1
src/Renci.SshNet/Common/ProxyException.cs

@@ -11,7 +11,7 @@ namespace Renci.SshNet.Common
 #if FEATURE_BINARY_SERIALIZATION
     [Serializable]
 #endif // FEATURE_BINARY_SERIALIZATION
-    public partial class ProxyException : SshException
+    public class ProxyException : SshException
     {
         /// <summary>
         /// Initializes a new instance of the <see cref="ScpException"/> class.

+ 1 - 1
src/Renci.SshNet/Common/SshException.cs

@@ -11,7 +11,7 @@ namespace Renci.SshNet.Common
 #if FEATURE_BINARY_SERIALIZATION
     [Serializable]
 #endif // FEATURE_BINARY_SERIALIZATION
-    public partial class SshException : Exception
+    public class SshException : Exception
     {
         /// <summary>
         /// Initializes a new instance of the <see cref="SshException"/> class.