EventLogQuery.TolerateQueryErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean value that determines whether this query will continue to retrieve events when the query has an error.
public:
property bool TolerateQueryErrors { bool get(); void set(bool value); };
public bool TolerateQueryErrors { get; set; }
member this.TolerateQueryErrors : bool with get, set
Public Property TolerateQueryErrors As Boolean
Property Value
true
indicates that the query will continue to retrieve events even if the query fails for some logs, and false
indicates that this query will not continue to retrieve events when the query fails.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.