Table of Contents

Class SteamErrorException

Namespace
MarymoorStudios.Core.Steamworks
Assembly
MarymoorStudios.Core.Steamworks.dll
[DataContract]
public class SteamErrorException : SteamException, ISerializable
Inheritance
SteamErrorException
Implements
Inherited Members

Constructors

SteamErrorException()

public SteamErrorException()

SteamErrorException(EResult)

public SteamErrorException(EResult result)

Parameters

result EResult

SteamErrorException(EResult, string?)

public SteamErrorException(EResult result, string? message)

Parameters

result EResult
message string

SteamErrorException(string?)

public SteamErrorException(string? message)

Parameters

message string

SteamErrorException(string?, Exception?)

public SteamErrorException(string? message, Exception? inner)

Parameters

message string
inner Exception

Properties

Result

public EResult Result { get; }

Property Value

EResult