ProxyCredentialsRequiredException Class
Exception thrown from the IVsExtensionRepository method when a web service call requires proxy authentication.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
System::Exception
Microsoft.VisualStudio.ExtensionManager::ExtensionManagerException
Microsoft.VisualStudio.ExtensionManager::ProxyCredentialsRequiredException
| Name | Description | |
|---|---|---|
![]() | ProxyCredentialsRequiredException(String^) | Creates a ProxyCredentialsRequiredException object, and specifies the URL that requires credentials. |
![]() | ProxyCredentialsRequiredException(String^, String^) | Creates a ProxyCredentialsRequiredException object, and specifies the URL that requires credentials and an error message. |
![]() | ProxyCredentialsRequiredException(String^, String^, Exception^) | Creates a ProxyCredentialsRequiredException object, specifies the URL that requires credentials and an error message, and exposes the inner exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | (Overrides ExtensionManagerException::ErrorCode.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
![]() | Url | The URL that requires credentials. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
The caller of the method that threw this exception is responsible for catching it and calling PrepareWebProxy with the Url property of this exception as a parameter.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



