VssException.ReportException Property

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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

.NET Framework Security

See Also

Reference

VssException Class

Microsoft.VisualStudio.Services.Common Namespace