![]() |
Project Arrhythmia
A video game developed by Vitamin Games.
|
A class that encapsulates error information. More...
Public Member Functions | |
| LSError (bool _hadError, string _errorStr) | |
Public Attributes | |
| bool | hadError |
| string | errorStr |
A class that encapsulates error information.
This class contains a boolean flag indicating whether an error occurred and a string providing details about the error.
| VGFunctions.LSError.LSError | ( | bool | _hadError, |
| string | _errorStr ) |
Constructs a new LSError object with the given error flag and error string.
| VGFunctions.LSError.errorStr |
A string providing details about the error.
| VGFunctions.LSError.hadError |
A boolean flag indicating whether an error occurred.