|
FYFY 2.3
|
Exception used when you try to access to a Component that has been destroyed.
More...
Public Member Functions | |
| DestroyedComponentException (string stackTrace=null) | |
| Initializes a new instance of the FYFY.DestroyedComponentException class. | |
| DestroyedComponentException (string message, string stackTrace) | |
| Initializes a new instance of the FYFY.DestroyedComponentException 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. | |
Exception used when you try to access to a Component that has been destroyed.