NotDefinedOnUtmGridException exception class, thrown when parameters are provided that do not fit into the Universal Transverse Mercator grid

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.6 (1.0.0.6)

Collapse imageSyntax

C#
[SerializableAttribute]
public class NotDefinedOnUtmGridException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NotDefinedOnUtmGridException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class NotDefinedOnUtmGridException : public Exception

Collapse imageInheritance Hierarchy

System..::.Object
  System..::.Exception
    DotNetCoords..::.NotDefinedOnUtmGridException

Collapse imageSee Also