C# Class PurplePen.XmlFileFormatException

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

Méthodes publiques

Méthode Description
XmlFileFormatException ( string filename, XmlTextReader xmlreader, string message ) : System

Private Methods

Méthode Description
CreateMessage ( string filename, XmlTextReader xmlreader, string message ) : string

Method Details

XmlFileFormatException() public méthode

public XmlFileFormatException ( string filename, XmlTextReader xmlreader, string message ) : System
filename string
xmlreader System.Xml.XmlTextReader
message string
Résultat System