System.Web.Profile.ProfileManager.CheckEnabled C# (CSharp) Méthode

CheckEnabled() static private méthode

static private CheckEnabled ( ) : void
Résultat void
		static void CheckEnabled ()
		{
			if (!Enabled)
				throw new Exception ("This feature is not enabled.  To enable it, add <profile enabled=\"true\"> to your configuration file.");
		}