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
- 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.