ServerUnauthorizedAccessException classe
Representa a exceção que é lançada quando um usuário não tiver a permissão necessária.
Inheritance hierarchy
System.Object
System.Exception
Microsoft.SharePoint.Client.ServerException
Microsoft.SharePoint.Client.ServerUnauthorizedAccessException
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxe
'Declaração
Public Class ServerUnauthorizedAccessException _
Inherits ServerException
'Uso
Dim instance As ServerUnauthorizedAccessException
public class ServerUnauthorizedAccessException : ServerException
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.