Thrown when a requested language is not found

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

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