EntitySearchResponse.HasException 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 whether any error occurred during the entity search execution.
public:
property bool HasException { bool get(); };
public bool HasException { get; }
member this.HasException : bool
Public ReadOnly Property HasException As Boolean
Property Value
Returns Booleantrue
if there are any errors; otherwise false
.