Home
last modified time | relevance | path

Searched refs:CatalogPart_UnknownDescription (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DDeclarativeCatalogPart.cs116 … throw new ArgumentException(SR.GetString(SR.CatalogPart_UnknownDescription), "description"); in GetWebPart()
H A DPageCatalogPart.cs115 … throw new ArgumentException(SR.GetString(SR.CatalogPart_UnknownDescription), "description"); in GetWebPart()
H A DImportCatalogPart.cs322 … throw new ArgumentException(SR.GetString(SR.CatalogPart_UnknownDescription), "description"); in GetWebPart()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs2448 public const string CatalogPart_UnknownDescription = "Unknown description."; field in SR