NotDefinedOnUtmGridException Constructor (String) |
doogal.co.uk Home
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public NotDefinedOnUtmGridException(
string message
)
Public Sub New (
message As String
)
public:
NotDefinedOnUtmGridException(
String^ message
)
new :
message : string -> NotDefinedOnUtmGridException
Parameters
- message
- Type: SystemString
The message details of the exception.
See Also