Show / Hide Table of Contents

Struct QuestMachine.StoredException

Stores information about an exception that would result in quest termination. This is stored permanently with save data to help with troubleshooting.

Namespace: DaggerfallWorkshop.Game.Questing
Assembly: Assembly-CSharp.dll
Syntax
public struct StoredException

Fields

| Improve this Doc View Source

exception

Declaration
public Exception exception
Field Value
Type Description
Exception
| Improve this Doc View Source

questName

Declaration
public string questName
Field Value
Type Description
String
| Improve this Doc View Source

stackTrace

Declaration
public string stackTrace
Field Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX