System.Web.UI.UpdatePanel.SingleChildControlCollection.GetNoChildrenException C# (CSharp) Méthode

GetNoChildrenException() private méthode

private GetNoChildrenException ( ) : InvalidOperationException
Résultat 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.");
			}
		}