فهرست منبع

Marked internal exception as such

Tal Aloni 8 سال پیش
والد
کامیت
edde8c3c81
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ISCSI/ISCSI.Server/Exceptions/InvalidTargetTransferTagException.cs

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