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)

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

See Also

Reference

TeamFoundationServerUnauthorizedException Class

Microsoft.TeamFoundation Namespace