C# Class 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.
Inheritance: System.Exception
Afficher le fichier Open project: babelshift/SteamWebAPI2

Méthodes publiques

Méthode Description
SteamIdNotConstructedException ( ) : System
SteamIdNotConstructedException ( string message ) : System
SteamIdNotConstructedException ( string message, Exception inner ) : System

Method Details

SteamIdNotConstructedException() public méthode

public SteamIdNotConstructedException ( ) : System
Résultat System

SteamIdNotConstructedException() public méthode

public SteamIdNotConstructedException ( string message ) : System
message string
Résultat System

SteamIdNotConstructedException() public méthode

public SteamIdNotConstructedException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System