TeamFoundationServiceException.ReportException Property

Indicate whether the exception should be reported through Dr. Watson.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ReportException As Boolean
public bool ReportException { get; set; }
public:
property bool ReportException {
    bool get ();
    void set (bool value);
}
member ReportException : bool with get, set
function get ReportException () : boolean 
function set ReportException (value : boolean)

Property Value

Type: System.Boolean
True if the exception should be reported; otherwise, false.

.NET Framework Security

See Also

Reference

TeamFoundationServiceException Class

Microsoft.TeamFoundation.Framework.Server Namespace