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);
The error page to which the browser is redirected.