GOG GALAXY SDK Documentation
IInvalidArgumentError Class Reference

The exception thrown to report that a method was called with an invalid argument. More...

#include <Errors.h>

Inheritance diagram for IInvalidArgumentError:
[legend]

Additional Inherited Members

- Public Types inherited from IError
enum  Type { UNAUTHORIZED_ACCESS , INVALID_ARGUMENT , INVALID_STATE , RUNTIME_ERROR }
 Type of error.
 
- Public Member Functions inherited from IError
virtual const char * GetName () const =0
 Returns the name of the error. More...
 
virtual const char * GetMsg () const =0
 Returns the error message. More...
 
virtual Type GetType () const =0
 Returns the type of the error. More...
 

Detailed Description

The exception thrown to report that a method was called with an invalid argument.