VSErrorCodes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Visual Studio error codes.
public enum class VSErrorCodes
public enum class VSErrorCodes
enum VSErrorCodes
public enum VSErrorCodes
type VSErrorCodes =
Public Enum VSErrorCodes
- Inheritance
-
VSErrorCodes
Fields
DISCOVERY_E_PROXYSETTINGINVALID | -2147219968 | HRESULT value indicating an invalid proxy setting. |
JPM_E_LOCKINGNOTSUPPORTED | -2147221248 | HSRESULT value indicating that locking is not supported. |
VS_E_INCOMPATIBLEDOCDATA | -2147213334 | A Visual Studio-specific error HRESULT indicating incompatible document data. |
VS_E_PACKAGENOTLOADED | -2147213343 | A Visual Studio-specific error HRESULT indicating that the package is not loaded. |
VS_E_PROJECTALREADYEXISTS | -2147213344 | A Visual Studio-specific error HRESULT indicating that the project already exists. |
VS_E_PROJECTMIGRATIONFAILED | -2147213339 | A Visual Studio-specific error HRESULT indicating that the project migration failed. |
VS_E_PROJECTNOTLOADED | -2147213342 | A Visual Studio-specific error HRESULT indicating that the project is not loaded. |
VS_E_SOLUTIONALREADYOPEN | -2147213340 | A Visual Studio-specific error HRESULT indicating that the solution is already open. |
VS_E_SOLUTIONNOTOPEN | -2147213341 | A Visual Studio-specific error HRESULT indicating that the solution is not open. |
VS_E_UNSUPPORTEDFORMAT | -2147213333 | A Visual Studio-specific error HRESULT indicating that the document has an unsupported format. |
VS_E_WIZARDBACKBUTTONPRESS | -2147213313 | Value indicating that the user hit the back button in a Visual Studio wizard. |
VS_S_PROJECTFORWARDED | 270320 | A Visual Studio-specific error HRESULT indicating a toolbox marker. |
VS_S_TBXMARKER | 270321 | A Visual Studio-specific error HRESULT indicating that the project already exists. |