NotDefinedOnUtmGridException exception class

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

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

Inheritance Hierarchy

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

See Also