BonsaiException

Base exception type for errors thrown by the StoryBonsai runtime. Catch this to handle any runtime-side failure with a single handler.

public class BonsaiException : Exception

Inheritance System.ObjectSystem.Exception → BonsaiException

Derived
SceneStackException

Constructors

BonsaiException(string)

public BonsaiException(string message);
Parameters

message System.String

BonsaiException(string, Exception)

public BonsaiException(string message, Exception innerException);
Parameters

message System.String

innerException System.Exception

Inherited Methods

MemberSource
GetBaseException()inherited from Exception
GetObjectData(Runtime.Serialization.SerializationInfo, Runtime.Serialization.StreamingContext)inherited from Exception
GetType()inherited from Exception
ToString()inherited from Exception

Inherited Properties

MemberSource
Datainherited from Exception
HelpLinkinherited from Exception
HResultinherited from Exception
InnerExceptioninherited from Exception
Messageinherited from Exception
Sourceinherited from Exception
StackTraceinherited from Exception
TargetSiteinherited from Exception

Inherited Events

MemberSource
SerializeObjectStateinherited from Exception
Docs last synced: 2026-07-08
Screenshot viewer