Uses of Class
com.microsoft.tfs.core.clients.webservices.TeamFoundationPropertyValidationException

Packages that use TeamFoundationPropertyValidationException
com.microsoft.tfs.core.clients.webservices   
 

Uses of TeamFoundationPropertyValidationException in com.microsoft.tfs.core.clients.webservices
 

Subclasses of TeamFoundationPropertyValidationException in com.microsoft.tfs.core.clients.webservices
 class PropertyTypeNotSupportedException
          Exception thrown when a property type is not supported.
 

Methods in com.microsoft.tfs.core.clients.webservices that throw TeamFoundationPropertyValidationException
static void PropertyValidation.validatePropertyName(java.lang.String propertyName)
          Make sure the property name conforms to the requirements for a property name.
static void PropertyValidation.validatePropertyValue(java.lang.String propertyName, java.lang.Object value)
          Make sure the property value is within the supported range of values for the type of the property specified.
 



© 2015 Microsoft. All rights reserved.