C# Class Mvp.Xml.XInclude.MalformedXInclusionResultError

Not wellformed inclusion result (e.g. top-level xi:include includes multiple elements).
Inheritance: FatalException
Show file Open project: Monobjc/monobjc-tools

Public Methods

Method Description
MalformedXInclusionResultError ( string message ) : System

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

Method Details

MalformedXInclusionResultError() public method

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