NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Page.ErrorPage

Gets or sets the error page to which the requesting browser should be redirected in the event of an unhandled page exception.

[Visual Basic]
Public Property ErrorPage As String
[C#]
public string ErrorPage {get; set;}
[C++]
public: __property String* get_ErrorPage();
public: __property void set_ErrorPage(String*);
[JScript]
public function get ErrorPage() : String;
public function set ErrorPage(String);

Property Value

The error page to which the browser is redirected.

See Also

Page Class | Page Members | System.Web.UI Namespace