XmlNodeTypeException constructor

XmlNodeTypeException(
  1. String message
)

Creates a new XmlNodeTypeException.

Implementation

XmlNodeTypeException(String message) : super(message);