C# Class Mvp.Xml.XInclude.AttributeOrNamespaceInIncludeLocationError

Include location identifies an attribute or namespace node.
Inheritance: FatalException
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
AttributeOrNamespaceInIncludeLocationError ( string message ) : System

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

Method Details

AttributeOrNamespaceInIncludeLocationError() public méthode

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