VSErrorCodes Enumeration
Visual Studio error codes.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSErrorCodes
public enum VSErrorCodes
public enum class VSErrorCodes
type VSErrorCodes
public enum VSErrorCodes
Members
Member name | Description | |
---|---|---|
DISCOVERY_E_PROXYSETTINGINVALID | HRESULT value indicating an invalid proxy setting. | |
JPM_E_LOCKINGNOTSUPPORTED | HSRESULT value indicating that locking is not supported. | |
VS_E_INCOMPATIBLEDOCDATA | A Visual Studio-specific error HRESULT indicating incompatible document data. | |
VS_E_PACKAGENOTLOADED | A Visual Studio-specific error HRESULT indicating that the package is not loaded. | |
VS_E_PROJECTALREADYEXISTS | A Visual Studio-specific error HRESULT indicating that the project already exists. | |
VS_E_PROJECTMIGRATIONFAILED | A Visual Studio-specific error HRESULT indicating that the project migration failed. | |
VS_E_PROJECTNOTLOADED | A Visual Studio-specific error HRESULT indicating that the project is not loaded. | |
VS_E_SOLUTIONALREADYOPEN | A Visual Studio-specific error HRESULT indicating that the solution is already open. | |
VS_E_SOLUTIONNOTOPEN | A Visual Studio-specific error HRESULT indicating that the solution is not open. | |
VS_E_UNSUPPORTEDFORMAT | A Visual Studio-specific error HRESULT indicating that the document has an unsupported format. | |
VS_E_WIZARDBACKBUTTONPRESS | Value indicating that the user hit the back button in a Visual Studio wizard. | |
VS_S_PROJECTFORWARDED | A Visual Studio-specific error HRESULT indicating a toolbox marker. | |
VS_S_TBXMARKER | A Visual Studio-specific error HRESULT indicating that the project already exists. |