C# Class Mvp.Xml.XInclude.XIncludeSyntaxError

XInclude syntax error exception.
Inheritance: FatalException
Show file Open project: Monobjc/monobjc-tools

Public Methods

Method Description
XIncludeSyntaxError ( string message ) : System

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

Method Details

XIncludeSyntaxError() public method

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