FYFY 2.3
Loading...
Searching...
No Matches
FYFY.UnknownGameObjectException Class Reference

Exception used when you try to access to a GameObject that is unknown to FYFY. More...

Inheritance diagram for FYFY.UnknownGameObjectException:
FYFY.ExceptionWithCustomStackTrace

Public Member Functions

 UnknownGameObjectException (string stackTrace=null)
 Initializes a new instance of the FYFY.UnknownGameObjectException class.
 
 UnknownGameObjectException (string message, string stackTrace)
 Initializes a new instance of the FYFY.FyfyException class.
 
- Public Member Functions inherited from FYFY.ExceptionWithCustomStackTrace
 ExceptionWithCustomStackTrace (string stackTrace)
 Initializes a new instance of the FYFY.ExceptionWithCustomStackTrace class.
 
 ExceptionWithCustomStackTrace (string message, string stackTrace)
 Initializes a new instance of the FYFY.ExceptionWithCustomStackTrace class.
 
 ExceptionWithCustomStackTrace (string message, System.Exception inner, string stackTrace)
 Initializes a new instance of the FYFY.ExceptionWithCustomStackTrace class.
 

Additional Inherited Members

- Properties inherited from FYFY.ExceptionWithCustomStackTrace
override string StackTrace [get]
 Gets a string represention that describes the function calls that led up to the Exception.
 

Detailed Description

Exception used when you try to access to a GameObject that is unknown to FYFY.


The documentation for this class was generated from the following file: