Class SteamApiRequestException
public class SteamApiRequestException : Exception, ISerializable
- Inheritance
-
SteamApiRequestException
- Implements
- Inherited Members
Constructors
SteamApiRequestException(string)
public SteamApiRequestException(string message)
Parameters
messagestring
SteamApiRequestException(string, Exception)
public SteamApiRequestException(string message, Exception innerException)
Parameters
Properties
IsApiResponseError
Is this an error from the API, as oppose to an error caused by failing to access the API.
public bool IsApiResponseError { get; }
Property Value
Remarks
This includes errors like unauthorized access to a player's private profile.