ConsoleErrorDisplay classe
Representa o controle que é usado para exibir detalhes do erro que ocorreu durante a criação ou edição de operações.
Inheritance hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplay
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ConsoleErrorDisplay _
Inherits WebControl _
Implements IPostBackEventHandler
'Uso
Dim instance As ConsoleErrorDisplay
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ConsoleErrorDisplay : WebControl,
IPostBackEventHandler
Comentários
Colocar esse controle na página fornece um local para mensagens de erro e as ações recomendadas apropriadas sejam exibidas.
Segurança de thread
Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.