C# Класс 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.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
NodeException ( String text ) : System

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

Описание методов

NodeException() публичный Метод

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 ///
Результат System