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)
Syntax
'Declaration
Public Property WebException As WebException
public WebException WebException { get; private set; }
public:
property WebException^ WebException {
    WebException^ get ();
    private: void set (WebException^ value);
}
member WebException : WebException with get, private set
function get WebException () : WebException 
private function set WebException (value : WebException)
Property Value
Type: System.Net.WebException
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.