Steam
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
LapinerTools.Steam.Data.ErrorEventArgs Class Reference

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)
 
- Public Member Functions inherited from LapinerTools.Steam.Data.EventArgsBase
 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

- Properties inherited from LapinerTools.Steam.Data.EventArgsBase
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...
 

Detailed Description

Error event arguments. This class also contains human readable error messages for various error scenarios.

Constructor & Destructor Documentation

◆ ErrorEventArgs() [1/2]

LapinerTools.Steam.Data.ErrorEventArgs.ErrorEventArgs ( )

◆ ErrorEventArgs() [2/2]

LapinerTools.Steam.Data.ErrorEventArgs.ErrorEventArgs ( string  p_errorMessage)

Member Function Documentation

◆ Create()

static ErrorEventArgs LapinerTools.Steam.Data.ErrorEventArgs.Create ( EResult  p_result)
static

◆ CreateSteamNotInit()

static ErrorEventArgs LapinerTools.Steam.Data.ErrorEventArgs.CreateSteamNotInit ( )
static

◆ CreateWorkshopLegalAgreement()

static ErrorEventArgs LapinerTools.Steam.Data.ErrorEventArgs.CreateWorkshopLegalAgreement ( )
static

◆ ERROR_MSG()

static string LapinerTools.Steam.Data.ErrorEventArgs.ERROR_MSG ( EResult  p_result)
static

Member Data Documentation

◆ ERROR_MSG_STEAM_NOT_INIT

const string LapinerTools.Steam.Data.ErrorEventArgs.ERROR_MSG_STEAM_NOT_INIT = "Steam must be running!"

◆ ERROR_MSG_WORKSHOP_LEGAL_AGREEMENT

const string LapinerTools.Steam.Data.ErrorEventArgs.ERROR_MSG_WORKSHOP_LEGAL_AGREEMENT = "Please accept Steam Workshop legal agreement first!"

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