浏览代码

[System.Private.CoreLib] Add new shared string resource

Marek Safar 6 年之前
父节点
当前提交
7066c05c39
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      netcore/System.Private.CoreLib/resources/SR.cs

+ 1 - 0
netcore/System.Private.CoreLib/resources/SR.cs

@@ -1218,4 +1218,5 @@ partial class SR
 	public const string Serialization_DangerousDeserialization = "An action was attempted during deserialization that could lead to a security vulnerability. The action has been aborted.";
 	public const string Serialization_DangerousDeserialization_Switch = "An action was attempted during deserialization that could lead to a security vulnerability. The action has been aborted. To allow the action, set the '{0}' AppContext switch to true.";
 	public const string Arg_MustBeRuntimeAssembly = "Object must be of type RuntimeAssembly.";
+	public const string InvalidOperation_SpanOverlappedOperation = "This operation is invalid on overlapping buffers.";
 }