InternalException Constructor (String, Exception) |
Namespace:
Easymap.AddIn.Common
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public InternalException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
Message that describes the exception. - innerException
- Type: SystemException
Exception that caused the current exception.
See Also