C# Class SteamKit2.Steam2Exception

Inheritance: System.Exception
Mostrar archivo Open project: Top-Cat/SteamBot

Public Methods

Method 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 method

Initializes a new instance of the Steam2Exception class.
public Steam2Exception ( ) : System
return System

Steam2Exception() public method

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

Steam2Exception() public method

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.
return System