Vcl.Markdown.TMDViewer.OnException
Prototype
property OnException: TExceptionEvent read FOnException write FOnException;
Description
Event raised when a document cannot be parsed.
The main reason is that the link passed to LoadFromURI does not point to a markdown script, but to an html page. Html pages can cause stack overflows.
See also