4AspNet IPInfo v1.0

CountryInfoNotFoundException Class

The exception that is thrown when country information cannot be found.

For a list of all members of this type, see CountryInfoNotFoundException Members.

System.Object
   Exception
      ApplicationException
         CountryInfoNotFoundException

public class CountryInfoNotFoundException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

CountryInfoNotFoundException is thrown when a method GetInfoByHostAddress or GetInfoByCountryCode of class IPInfo is invoked and ThrowIfNotFound property of IPInfo is set to true but country information cannot be found.

Requirements

Namespace: ForAspNet.IPInfo

Assembly: 4AspNet.IPInfo (in 4AspNet.IPInfo.dll)

See Also

CountryInfoNotFoundException Members | ForAspNet.IPInfo Namespace