C# Класс SteamKit2.Steam2Exception

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

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

Метод Описание
Steam2Exception ( ) : System

Initializes a new instance of the Steam2Exception class.

Steam2Exception ( string msg ) : System

Initializes a new instance of the Steam2Exception class.

Steam2Exception ( string msg, Exception innerException ) : System

Initializes a new instance of the Steam2Exception class.

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

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

Initializes a new instance of the Steam2Exception class.
public Steam2Exception ( ) : System
Результат System

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

Initializes a new instance of the Steam2Exception class.
public Steam2Exception ( string msg ) : System
msg string The message.
Результат System

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

Initializes a new instance of the Steam2Exception class.
public Steam2Exception ( string msg, Exception innerException ) : System
msg string The message.
innerException System.Exception The inner exception.
Результат System