Compartilhar via


ClientCallableExceptionConstraintAttribute classe

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.Client.ClientCallableExceptionConstraintAttribute

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
<AttributeUsageAttribute(AttributeTargets.Assembly Or AttributeTargets.Method, AllowMultiple := True)> _
Public NotInheritable Class ClientCallableExceptionConstraintAttribute _
    Inherits Attribute
'Uso
Dim instance As ClientCallableExceptionConstraintAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly|AttributeTargets.Method, AllowMultiple = true)]
public sealed class ClientCallableExceptionConstraintAttribute : Attribute

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.

Ver também

Referência

ClientCallableExceptionConstraintAttribute membros

Microsoft.SharePoint.Client namespace