Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete. The non-obsolete alternative is .
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ObsoleteAttribute("This class has been deprecated. Please remove all references.")> _
Public Class BuildException _
Inherits ApplicationException
'Usage
Dim instance As BuildException
[SerializableAttribute]
[ObsoleteAttribute("This class has been deprecated. Please remove all references.")]
public class BuildException : ApplicationException
[SerializableAttribute]
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.")]
public ref class BuildException : public ApplicationException
public class BuildException extends ApplicationException
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.TeamFoundation.Build.Common.BuildException
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.