Show / Hide Table of Contents

Class SceneReference.SceneLoadException

Exception that is raised when there is an issue resolving and loading a scene reference.

Inheritance
System.Object
SceneReference.SceneLoadException
Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public class SceneLoadException : Exception

Constructors

SceneLoadException(String)

Declaration
public SceneLoadException(string message)
Parameters
Type Name Description
System.String message
Back to top Generated by DocFX