VstaUpgradeHelperException Class

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class VstaUpgradeHelperException _
    Inherits Exception
'Usage
Dim instance As VstaUpgradeHelperException
[SerializableAttribute]
public sealed class VstaUpgradeHelperException : Exception
[SerializableAttribute]
public ref class VstaUpgradeHelperException sealed : public Exception
public final class VstaUpgradeHelperException extends Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.Tools.Applications.DesignTime.VstaUpgradeHelperException

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.

See Also

Reference

VstaUpgradeHelperException Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace