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
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
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