InternalException Constructor (String) |
Namespace:
Easymap.AddIn.Common
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic InternalException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
Message that describes the exception.
See Also