NotDefinedOnUtmGridException Constructor (String, Exception) |
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,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
NotDefinedOnUtmGridException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> NotDefinedOnUtmGridException
Parameters
- message
- Type: SystemString
The message details of the exception. - innerException
- Type: SystemException
The inner exception.
See Also