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
Mostrar archivo Open project: babelshift/SteamWebAPI2

Public Methods

Method Description
VanityUrlNotResolvedException ( ) : System
VanityUrlNotResolvedException ( string message ) : System
VanityUrlNotResolvedException ( string message, Exception inner ) : System

Method Details

VanityUrlNotResolvedException() public method

public VanityUrlNotResolvedException ( ) : System
return System

VanityUrlNotResolvedException() public method

public VanityUrlNotResolvedException ( string message ) : System
message string
return System

VanityUrlNotResolvedException() public method

public VanityUrlNotResolvedException ( string message, Exception inner ) : System
message string
inner System.Exception
return System