Table of Contents

Class ScriptRuntimeException

Namespace
Playnite.SDK.Exceptions
Assembly
Playnite.SDK.dll

Represents exception from scripting runtime.

public class ScriptRuntimeException : LocalizedException, ISerializable, _Exception
Inheritance
ScriptRuntimeException
Implements
Inherited Members

Constructors

ScriptRuntimeException()

Creates new instance of ScriptRuntimeException.

public ScriptRuntimeException()

ScriptRuntimeException(string)

Creates new instance of ScriptRuntimeException.

public ScriptRuntimeException(string message)

Parameters

message string

ScriptRuntimeException(string, string)

Creates new instance of ScriptRuntimeException.

public ScriptRuntimeException(string message, string stackTrace)

Parameters

message string
stackTrace string

Properties

ScriptStackTrace

Gets script runtime stack trace.

public string ScriptStackTrace { get; }

Property Value

string

Methods

ToString()

Creates and returns a string representation of the current exception.

public override string ToString()

Returns

string

A string representation of the current exception.