LostTech.TensorFlow : API Documentation

Type RuntimeError

Namespace LostTech.Gradient.Exceptions

Parent PythonExceptionContainer

Raised when an error is detected that does not fall in any of the other categories. The associated value is a string indicating what precisely went wrong.

Properties

Public properties

IDictionary Data get;

int HResult get; set;

Exception InnerException get;

string Message get;

object PythonObject get;

string Source get; set;

string StackTrace get;

MethodBase TargetSite get;