Photon Bolt Engine API 1.3

Public Member Functions | Properties | List of all members
Photon.Bolt.Exceptions.BoltException Class Reference

Generic Bolt exception. More...

Inheritance diagram for Photon.Bolt.Exceptions.BoltException:
Photon.Bolt.Exceptions.BoltAssertFailedException Photon.Bolt.Exceptions.BoltPackageOverflowException

Public Member Functions

 BoltException (string message, params object[] args)
 

Properties

object ExtraInfo [get, set]
 
override string? Message [get]
 

Detailed Description

Generic Bolt exception.

Constructor & Destructor Documentation

◆ BoltException()

Photon.Bolt.Exceptions.BoltException.BoltException ( string  message,
params object[]  args 
)
inline

Property Documentation

◆ ExtraInfo

object Photon.Bolt.Exceptions.BoltException.ExtraInfo
getset

◆ Message

override string? Photon.Bolt.Exceptions.BoltException.Message
get