Server.ReadOnlyException.ReadOnlyException C# (CSharp) 메소드

ReadOnlyException() 공개 메소드

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