SceneStackException
Thrown when the runtime’s scene-stack invariants are violated — for example, attempting to leave a scene when none is active, or returning past the root frame.
public class SceneStackException : BonsaiException
Inheritance System.Object → System.Exception → BonsaiException → SceneStackException
Constructors
SceneStackException(string)
public SceneStackException(string message);
Parameters
message System.String
Inherited Methods
| Member | Source |
|---|---|
GetBaseException() | inherited from Exception |
GetObjectData(Runtime.Serialization.SerializationInfo, Runtime.Serialization.StreamingContext) | inherited from Exception |
GetType() | inherited from Exception |
ToString() | inherited from Exception |
Inherited Properties
| Member | Source |
|---|---|
Data | inherited from Exception |
HelpLink | inherited from Exception |
HResult | inherited from Exception |
InnerException | inherited from Exception |
Message | inherited from Exception |
Source | inherited from Exception |
StackTrace | inherited from Exception |
TargetSite | inherited from Exception |
Inherited Events
| Member | Source |
|---|---|
SerializeObjectState | inherited from Exception |