Property Message
Message
Return a detail message for this exception.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
If there is an embedded exception, and if the SAXException has no detail message of its own, this method will return the detail message from the embedded exception.