This documentation is archived and is not being maintained.

HttpException.GetHtmlErrorMessage Method

Returns the HTML error message to send back to the client.

[Visual Basic]
Public Function GetHtmlErrorMessage() As String
[C#]
public string GetHtmlErrorMessage();
[C++]
public: String* GetHtmlErrorMessage();
[JScript]
public function GetHtmlErrorMessage() : String;

Return Value

The HTML error message.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpException Class | HttpException Members | System.Web Namespace

Show: