diff options
Diffstat (limited to 'Emby.Common.Implementations/IO/SharpCifs/Dcerpc/Ndr/NdrException.cs')
| -rw-r--r-- | Emby.Common.Implementations/IO/SharpCifs/Dcerpc/Ndr/NdrException.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Emby.Common.Implementations/IO/SharpCifs/Dcerpc/Ndr/NdrException.cs b/Emby.Common.Implementations/IO/SharpCifs/Dcerpc/Ndr/NdrException.cs index 7757735f8b..2c1e341d58 100644 --- a/Emby.Common.Implementations/IO/SharpCifs/Dcerpc/Ndr/NdrException.cs +++ b/Emby.Common.Implementations/IO/SharpCifs/Dcerpc/Ndr/NdrException.cs @@ -18,15 +18,15 @@ using System.IO; namespace SharpCifs.Dcerpc.Ndr { - - public class NdrException : IOException - { - public static readonly string NoNullRef = "ref pointer cannot be null"; - public static readonly string InvalidConformance = "invalid array conformance"; + public class NdrException : IOException + { + public static readonly string NoNullRef = "ref pointer cannot be null"; - public NdrException(string msg) : base(msg) - { - } - } + public static readonly string InvalidConformance = "invalid array conformance"; + + public NdrException(string msg) : base(msg) + { + } + } } |
