Initializes a new instance of the NotDefinedOnUtmGridException class.
Namespace:
DotNetCoordsAssembly: DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public NotDefinedOnUtmGridException( string message, Exception innerException ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
| Visual C++ |
|---|
public: NotDefinedOnUtmGridException( String^ message, Exception^ innerException ) |
Parameters
- message
- Type: System..::.String
The message details of the exception.
- innerException
- Type: System..::.Exception
The inner exception.