C# Class Sharpcraft.Steam.SteamException

Inheritance: System.Exception
Datei anzeigen Open project: SijmenSchoon/Sharpcraft

Public Methods

Method Description
SteamException ( string message, SteamExceptionType type ) : System

Initialize a new instance of SteamException.

Method Details

SteamException() public method

Initialize a new instance of SteamException.
public SteamException ( string message, SteamExceptionType type ) : System
message string Message associated with the SteamException.
type SteamExceptionType representing the type of exception thrown.
return System