Thrown when a requested language is not found

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
[ObsoleteAttribute("This Exception is not used anymore. Now if a request is made for a specific language that does not exist for the page, null is returned")]
public class LanguageNotFoundException : EPiServerException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      EPiServer.Core..::.EPiServerException
        EPiServer.Core..::.LanguageNotFoundException

See Also