C# Class Mvp.Xml.XInclude.XIncludeSyntaxError

XInclude syntax error exception.
Inheritance: FatalException
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
XIncludeSyntaxError ( string message ) : System

Initializes a new instance of the XIncludeSyntaxError class with a specified error message.

Method Details

XIncludeSyntaxError() public méthode

Initializes a new instance of the XIncludeSyntaxError class with a specified error message.
public XIncludeSyntaxError ( string message ) : System
message string Error message
Résultat System