Преглед на файлове

Remove partial modifiers.

drieseng преди 9 години
родител
ревизия
7ccee44e16
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/Renci.SshNet/Common/NetConfServerException.cs
  2. 1 1
      src/Renci.SshNet/Common/ProxyException.cs
  3. 1 1
      src/Renci.SshNet/Common/SshException.cs

+ 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.