C# Class SimpleFramework.Xml.Stream.NodeException

The NodeException is thrown to indicate the state of either the input node or output node being invalid. Typically this is thrown if some illegal operation is requested.
Inheritance: System.Exception
Afficher le fichier Open project: ngallagher/simplexml

Méthodes publiques

Méthode Description
NodeException ( String text ) : System

Constructor for the NodeException object. This is given the message to be reported when the exception is thrown.

Method Details

NodeException() public méthode

Constructor for the NodeException object. This is given the message to be reported when the exception is thrown.
public NodeException ( String text ) : System
text String /// a format string used to present the error message ///
Résultat System