C# Class OpenGraph_Net.InvalidSpecificationException

An invalid specification exception
Inheritance: Exception
Datei anzeigen Open project: rymate1234/WinIRC

Public Methods

Method Description
InvalidSpecificationException ( string message ) : System

Initializes a new instance of the InvalidSpecificationException class.

Method Details

InvalidSpecificationException() public method

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