ClientCallableExceptionConstraintAttribute.ErrorType propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property ErrorType As Type
Get
Set
'Uso
Dim instance As ClientCallableExceptionConstraintAttribute
Dim value As Type
value = instance.ErrorType
instance.ErrorType = value
public Type ErrorType { get; set; }
Valor de propriedade
Tipo: System.Type
Ver também
Referência
ClientCallableExceptionConstraintAttribute classe