Steam
|
Error event arguments. This class also contains human readable error messages for various error scenarios. More...
Inherits LapinerTools.Steam.Data.EventArgsBase.
Public Member Functions | |
ErrorEventArgs () | |
ErrorEventArgs (string p_errorMessage) | |
![]() | |
EventArgsBase () | |
EventArgsBase (EventArgsBase p_copyFromArgs) | |
Static Public Member Functions | |
static string | ERROR_MSG (EResult p_result) |
static ErrorEventArgs | CreateSteamNotInit () |
static ErrorEventArgs | CreateWorkshopLegalAgreement () |
static ErrorEventArgs | Create (EResult p_result) |
Public Attributes | |
const string | ERROR_MSG_STEAM_NOT_INIT = "Steam must be running!" |
const string | ERROR_MSG_WORKSHOP_LEGAL_AGREEMENT = "Please accept Steam Workshop legal agreement first!" |
Additional Inherited Members | |
![]() | |
bool | IsError [get, set] |
true , if an error has occured, false otherwise. More... | |
string | ErrorMessage [get, set] |
Contains the error message if the EventArgsBase.IsError property is true . More... | |
Error event arguments. This class also contains human readable error messages for various error scenarios.
LapinerTools.Steam.Data.ErrorEventArgs.ErrorEventArgs | ( | ) |
LapinerTools.Steam.Data.ErrorEventArgs.ErrorEventArgs | ( | string | p_errorMessage | ) |
|
static |
|
static |
|
static |
|
static |
const string LapinerTools.Steam.Data.ErrorEventArgs.ERROR_MSG_STEAM_NOT_INIT = "Steam must be running!" |
const string LapinerTools.Steam.Data.ErrorEventArgs.ERROR_MSG_WORKSHOP_LEGAL_AGREEMENT = "Please accept Steam Workshop legal agreement first!" |