2 overrides of GetErrorMessage
System.Web.Mobile (2)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
222protected override String GetErrorMessage(out bool infoMode)
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1243protected override String GetErrorMessage(out bool infoMode)
2 references to GetErrorMessage
System.Web.Mobile (2)
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
204return (GetErrorMessage(out infoMode) != null && !infoMode); 521String errorMessage = GetErrorMessage(out infoMode);