C# Class OpenGraph_Net.InvalidSpecificationException

An invalid specification exception
Inheritance: Exception
Afficher le fichier Open project: rymate1234/WinIRC

Méthodes publiques

Méthode Description
InvalidSpecificationException ( string message ) : System

Initializes a new instance of the InvalidSpecificationException class.

Method Details

InvalidSpecificationException() public méthode

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