Notify the user that an error has occurred.
public static void DisplayError( string title, string description );
title
Error title (used as the error caption).
description
Error description (displayed within a scrolling text-box so can be longer and/or display diagnostic information).