: BusinessDataWebPart.HandleRuntimeException (Método) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Protected Overrides Function HandleRuntimeException ( _
ex As Exception _
) As Boolean
'Uso
Dim ex As Exception
Dim returnValue As Boolean
returnValue = Me.HandleRuntimeException(ex)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
protected override bool HandleRuntimeException (
Exception ex
)
Parámetros
- ex
Vea también
Referencia
BusinessDataWebPart (Clase)
BusinessDataWebPart (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)