Type PythonExceptionContainer
Namespace LostTech.Gradient
Parent Exception
Interfaces IPythonObjectContainer
Base class for wrapped Python exceptions
Properties
Public properties
IDictionary Data get;
string HelpLink get; set;
int HResult get; set;
Exception InnerException get;
string Message get;
object PythonObject get;
This object always points to the underlying implementation in Python.
When inheriting from Python classes, this allows calling into the original
Python implementation via base.MethodName(...).