TestManagementValidationException Class
Represents an exception that is thrown when a property of an object has a value that is not valid or is missing.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
System::Exception
System::ApplicationException
Microsoft.VisualStudio.Services.Common::VssException
Microsoft.TeamFoundation::TeamFoundationServerException
Microsoft.TeamFoundation.TestManagement.Client::TestManagementException
Microsoft.TeamFoundation.TestManagement.Client::TestManagementValidationException
Microsoft.TeamFoundation.TestManagement.Client::InvalidParameterNameException
Microsoft.TeamFoundation.TestManagement.Client::InvalidQueryException
Microsoft.TeamFoundation.TestManagement.Client::InvalidResultUpdateRequestException
Microsoft.TeamFoundation.TestManagement.Client::InvalidStructurePathException
Microsoft.TeamFoundation.TestManagement.Client::InvalidWorkItemTypeException
| Name | Description | |
|---|---|---|
![]() | TestManagementValidationException() | Initializes a new instance of the TestManagementValidationException class. |
![]() | TestManagementValidationException(SerializationInfo^, StreamingContext) | Initializes a new instance of the TestManagementValidationException class from XML by using the provided serialization information and streaming context. |
![]() | TestManagementValidationException(String^) | Initializes a new instance of the TestManagementValidationException class by using the provided message. |
![]() | TestManagementValidationException(String^, Exception^) | Initializes a new instance of the TestManagementValidationException class by using the provided message and inner exception. |
![]() | TestManagementValidationException(String^, Exception^, array<Object^>^) | Initializes a new instance of the TestManagementValidationException class by using the provided message, inner exception, and parameters array. |
![]() | TestManagementValidationException(String^, array<Object^>^) | Initializes a new instance of the TestManagementValidationException class by using the provided message and parameter array. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from TeamFoundationServerException.) |
![]() | ErrorCode | Gets or sets the error code.(Inherited from TestManagementException.) |
![]() | EventId | (Inherited from VssException.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | IsRemoteException | (Inherited from TeamFoundationServerException.) |
![]() | LogException | (Inherited from VssException.) |
![]() | LogLevel | (Inherited from VssException.) |
![]() | Message | (Inherited from Exception.) |
![]() | ReportException | (Inherited from VssException.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates the provided serialization info object with data.(Inherited from TestManagementException.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



