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
ファイルを表示 Open project: babelshift/SteamWebAPI2

Public Methods

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

Method Details

SteamIdNotConstructedException() public method

public SteamIdNotConstructedException ( ) : System
return System

SteamIdNotConstructedException() public method

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

SteamIdNotConstructedException() public method

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