Class PythonException
- Namespace
- SearchAThing.Sci
- Assembly
- netcore-sci.dll
public class PythonException : Exception, ISerializable
- Inheritance
-
PythonException
- Implements
- Inherited Members
Constructors
PythonException(string, string)
public PythonException(string errmsg, string output)
Parameters
Properties
Error
stderr result
public string Error { get; }
Property Value
Output
stdout result
public string Output { get; }
Property Value
Methods
ToString()
public override string ToString()