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.Object → System.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
| 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 |