We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc7680 commit 78b2988Copy full SHA for 78b2988
1 file changed
source/code/projects/PropertySafety/PropertySafety/PropertySafety.cs
@@ -7,12 +7,12 @@ public string SensibleData
7
{
8
set
9
10
+ sensibleData = value;
11
if (value == "Forbidden word")
12
13
Console.WriteLine("Intrusion detected, aborting!");
14
throw new AccessViolationException();
15
}
- sensibleData = value;
16
17
get { return sensibleData; }
18
0 commit comments