Просмотр исходного кода

Marked internal exception as such

Tal Aloni 8 лет назад
Родитель
Сommit
edde8c3c81

+ 1 - 1
ISCSI/ISCSI.Server/Exceptions/InvalidTargetTransferTagException.cs

@@ -10,7 +10,7 @@ using System.Text;
 
 namespace ISCSI.Server
 {
-    public class InvalidTargetTransferTagException : Exception
+    internal class InvalidTargetTransferTagException : Exception
     {
         public uint TargetTransferTag;