PagePorter Class Library

FpPage.HandleBorderExceptions Method 

Override this method to handle any exceptions when the border user controls are loaded. If the borders fail, they will do so quietly by default.

[Visual Basic]
Overridable Public Sub HandleBorderExceptions( _
   ByVal e As Exception _
)
[C#]
public virtual void HandleBorderExceptions(
   Exception e
);

Parameters

e
The exception thrown by the border control.

See Also

FpPage Class | Parastream.Web.UI Namespace