C# Class PurplePen.XmlFileFormatException

An exception indicating that an XML file format was bad.
Inheritance: System.ApplicationException
Show file Open project: petergolde/PurplePen

Public Methods

Method Description
XmlFileFormatException ( string filename, XmlTextReader xmlreader, string message ) : System

Private Methods

Method Description
CreateMessage ( string filename, XmlTextReader xmlreader, string message ) : string

Method Details

XmlFileFormatException() public method

public XmlFileFormatException ( string filename, XmlTextReader xmlreader, string message ) : System
filename string
xmlreader System.Xml.XmlTextReader
message string
return System