Server.PropertyException.PropertyException C# (CSharp) Method

PropertyException() public method

public PropertyException ( Property property, string message ) : System
property Property
message string
return System
		public PropertyException( Property property, string message )
			: base( message )
		{
			m_Property = property;
		}
	}
PropertyException