C# Класс Sharpcraft.Steam.SteamException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
SteamException ( string message, SteamExceptionType type ) : System

Initialize a new instance of SteamException.

Описание методов

SteamException() публичный Метод

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.
Результат System