C# Класс SteamWebAPI2.Exceptions.SteamIdNotConstructedException

Represents an exception that has been thrown as a result of all parsing options failing to work with a given Steam ID.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
SteamIdNotConstructedException ( ) : System
SteamIdNotConstructedException ( string message ) : System
SteamIdNotConstructedException ( string message, Exception inner ) : System

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

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

public SteamIdNotConstructedException ( ) : System
Результат System

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

public SteamIdNotConstructedException ( string message ) : System
message string
Результат System

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

public SteamIdNotConstructedException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System