This documentation is archived and is not being maintained.

TeamFoundationServerUnauthorizedException::WebException Property

Gets the Web exception which triggered this exception, or null if not available.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
property WebException^ WebException {
	WebException^ get ();
	private: void set (WebException^ value);
}

Property Value

Type: System.Net::WebException

Show: