Searched refs:PropertyNotWritable (Results 1 – 3 of 3) sorted by relevance
19 PropertyNotWritable = 7, enumerator
1187 …HandleError(ParsingError.PropertyNotWritable, attribute, string.Format("Property {0} does not have… in ValidateProperty()
113 Assert.AreEqual(ParsingError.PropertyNotWritable, exception.Error); in ShouldFailOnNonWritableProperty()