Click or drag to resize
NotDefinedOnUtmGridException Constructor (String, Exception)
doogal.co.uk Home



Initializes a new instance of the NotDefinedOnUtmGridException class.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public NotDefinedOnUtmGridException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message details of the exception.
innerException
Type: SystemException
The inner exception.
See Also