Table of Contents

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

errmsg string
output string

Properties

Error

stderr result

public string Error { get; }

Property Value

string

Output

stdout result

public string Output { get; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string