C# Class SteamWebAPI2.Exceptions.VanityUrlNotResolvedException

Represents an exception that has been thrown as a result of using the Steam Web API to resolve a vanity url only to have the response indicate "no match".
Inheritance: System.Exception
Afficher le fichier Open project: babelshift/SteamWebAPI2

Méthodes publiques

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

Method Details

VanityUrlNotResolvedException() public méthode

public VanityUrlNotResolvedException ( ) : System
Résultat System

VanityUrlNotResolvedException() public méthode

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

VanityUrlNotResolvedException() public méthode

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