NotDefinedOnUtmGridException exception class, thrown when parameters are provided that do not fit
into the Universal Transverse Mercator grid
Namespace:
DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
| C# |
|---|
[SerializableAttribute] public class NotDefinedOnUtmGridException : Exception |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class NotDefinedOnUtmGridException _ Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class NotDefinedOnUtmGridException : public Exception |