C# Class SteamKit2.Steam2Exception

Inheritance: System.Exception
Afficher le fichier Open project: Top-Cat/SteamBot

Méthodes publiques

Méthode Description
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.

Method Details

Steam2Exception() public méthode

Initializes a new instance of the Steam2Exception class.
public Steam2Exception ( ) : System
Résultat System

Steam2Exception() public méthode

Initializes a new instance of the Steam2Exception class.
public Steam2Exception ( string msg ) : System
msg string The message.
Résultat System

Steam2Exception() public méthode

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