Class SteamException
- Namespace
- MarymoorStudios.Core.Steamworks
- Assembly
- MarymoorStudios.Core.Steamworks.dll
[DataContract]
public class SteamException : Exception, ISerializable
- Inheritance
-
SteamException
- Implements
- Derived
- Inherited Members
Constructors
SteamException()
public SteamException()
SteamException(string?)
public SteamException(string? message)
Parameters
message
string
SteamException(string?, Exception?)
public SteamException(string? message, Exception? inner)