System.Web.UI.UpdatePanel.SingleChildControlCollection.GetNoChildrenException C# (CSharp) 메소드

GetNoChildrenException() 개인적인 메소드

private GetNoChildrenException ( ) : InvalidOperationException
리턴 System.InvalidOperationException
			InvalidOperationException GetNoChildrenException ()
			{
				return new InvalidOperationException ("The Controls property of UpdatePanel with ID '" + Owner.ID + "' cannot be modified directly. To change the contents of the UpdatePanel modify the child controls of the ContentTemplateContainer property.");
			}
		}