XmlException constructor

XmlException(
  1. String message
)

Creates a new XmlException with an optional error message.

Implementation

XmlException(this.message);