[]
The exception that is thrown when trying to set a property value.
public class IsReadOnlyException : Exception, ISerializable, _Exception
Initializes a new instance of the IsReadOnlyException class.
public IsReadOnlyException()
Initializes a new instance of the IsReadOnlyException class.
public IsReadOnlyException(string propertyName)
propertyName
stringThe read-only property name.