Server.ReadOnlyException.ReadOnlyException C# (CSharp) Method

ReadOnlyException() public method

public ReadOnlyException ( Property property ) : System
property Property
return System
		public ReadOnlyException( Property property )
			: base( property, "Property is read-only." )
		{
		}
	}
ReadOnlyException