AddInLoadException(String, Exception) Constructor |
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AddInLoadException(
string message,
Exception innerException
)
Parameters
- message String
- The exception message.
- innerException Exception
- The inner exception.
See Also