InformationParentNodeDoesNotExistException Class
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InformationParentNodeDoesNotExistException _
Inherits InformationChangeRequestException
'Usage
Dim instance As InformationParentNodeDoesNotExistException
[SerializableAttribute]
public class InformationParentNodeDoesNotExistException : InformationChangeRequestException
[SerializableAttribute]
public ref class InformationParentNodeDoesNotExistException : public InformationChangeRequestException
public class InformationParentNodeDoesNotExistException extends InformationChangeRequestException
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.TeamFoundation.TeamFoundationServerException
Microsoft.TeamFoundation.Build.Client.BuildServerException
Microsoft.TeamFoundation.Build.Client.InformationChangeRequestException
Microsoft.TeamFoundation.Build.Client.InformationParentNodeDoesNotExistException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.