XPathException

Overview

In the DOM XPath API the XPathException interface represents exception conditions that can be encountered while performing XPath operations.

Location

Properties


code

 

property code: Int16 read;

 

Int16 code { get; }

 

var code: Int16 { get{} }

 

Int16 code { __get; }

 

ReadOnly Property code() As Int16