Initializes a new instance of the NotDefinedOnUtmGridException class.

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

Syntax

C#
public NotDefinedOnUtmGridException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
Visual C++
public:
NotDefinedOnUtmGridException(
	String^ message
)

Parameters

message
Type: System..::.String
The message details of the exception.

See Also