aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/IO/SharpCifs/Smb/SmbAuthException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Common.Implementations/IO/SharpCifs/Smb/SmbAuthException.cs')
-rw-r--r--Emby.Common.Implementations/IO/SharpCifs/Smb/SmbAuthException.cs34
1 files changed, 17 insertions, 17 deletions
diff --git a/Emby.Common.Implementations/IO/SharpCifs/Smb/SmbAuthException.cs b/Emby.Common.Implementations/IO/SharpCifs/Smb/SmbAuthException.cs
index defaea71b..0cfa3f317 100644
--- a/Emby.Common.Implementations/IO/SharpCifs/Smb/SmbAuthException.cs
+++ b/Emby.Common.Implementations/IO/SharpCifs/Smb/SmbAuthException.cs
@@ -16,21 +16,21 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
namespace SharpCifs.Smb
{
- /// <summary>
- /// The <code>SmbAuthException</code> encapsulates the variety of
- /// authentication related error codes returned by an SMB server.
- /// </summary>
- /// <remarks>
- /// The <code>SmbAuthException</code> encapsulates the variety of
- /// authentication related error codes returned by an SMB server.
- /// <p>
- /// See <a href="../../../authhandler.html">jCIFS Exceptions and NtlmAuthenticator</a> for more information about <code>SmbAuthException</code>.
- /// </remarks>
-
- public class SmbAuthException : SmbException
- {
- internal SmbAuthException(int errcode) : base(errcode, null)
- {
- }
- }
+ /// <summary>
+ /// The <code>SmbAuthException</code> encapsulates the variety of
+ /// authentication related error codes returned by an SMB server.
+ /// </summary>
+ /// <remarks>
+ /// The <code>SmbAuthException</code> encapsulates the variety of
+ /// authentication related error codes returned by an SMB server.
+ /// <p>
+ /// See <a href="../../../authhandler.html">jCIFS Exceptions and NtlmAuthenticator</a> for more information about <code>SmbAuthException</code>.
+ /// </remarks>
+
+ public class SmbAuthException : SmbException
+ {
+ internal SmbAuthException(int errcode) : base(errcode, null)
+ {
+ }
+ }
}