VssException.LogException Property

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VssException Class

Microsoft.VisualStudio.Services.Common Namespace