TeamFoundationServiceException.LogException Property
Indicate whether this exception instance should be logged.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
True if the exception should be logged; 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.