Class UnexpectedOpenSearchClientException
Inheritance
UnexpectedOpenSearchClientException
Assembly: OpenSearch.Net.dll
Syntax
public class UnexpectedOpenSearchClientException : OpenSearchClientException, ISerializable
Constructors
|
Edit this page
View Source
UnexpectedOpenSearchClientException(Exception, List<PipelineException>)
Declaration
public UnexpectedOpenSearchClientException(Exception killerException, List<PipelineException> seenExceptions)
Parameters
Properties
|
Edit this page
View Source
SeenExceptions
Declaration
public List<PipelineException> SeenExceptions { get; set; }
Property Value
Implements
Extension Methods