EntitySearchResponse.ExceptionDetails 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 the error details that occur during entity search execution.
public:
property Exception ^ ExceptionDetails { Exception ^ get(); };
public Exception ExceptionDetails { get; }
member this.ExceptionDetails : Exception
Public ReadOnly Property ExceptionDetails As Exception
Property Value
Returns ExceptionThe error details that occur during entity search execution.