C# Class Sharpcraft.Steam.SteamException

Inheritance: System.Exception
Afficher le fichier Open project: SijmenSchoon/Sharpcraft

Méthodes publiques

Méthode Description
SteamException ( string message, SteamExceptionType type ) : System

Initialize a new instance of SteamException.

Method Details

SteamException() public méthode

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.
Résultat System