InternalException(String, Exception) Constructor |
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic InternalException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message String
- Message that describes the exception.
- innerException Exception
- Exception that caused the current exception.
See Also