Table of Contents

Class SteamApiRequestException

Namespace
Uncreated.Warfare.Steam
Assembly
Uncreated.Warfare.dll
public class SteamApiRequestException : Exception, ISerializable
Inheritance
SteamApiRequestException
Implements
Inherited Members

Constructors

SteamApiRequestException(string)

public SteamApiRequestException(string message)

Parameters

message string

SteamApiRequestException(string, Exception)

public SteamApiRequestException(string message, Exception innerException)

Parameters

message string
innerException Exception

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

bool

Remarks

This includes errors like unauthorized access to a player's private profile.