C# Class Mvp.Xml.XInclude.AttributeOrNamespaceInIncludeLocationError

Include location identifies an attribute or namespace node.
Inheritance: FatalException
Mostrar archivo Open project: Monobjc/monobjc-tools

Public Methods

Method Description
AttributeOrNamespaceInIncludeLocationError ( string message ) : System

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

Method Details

AttributeOrNamespaceInIncludeLocationError() public method

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