KnowledgeSourceSynchronizationError(String) Constructor
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.
Initializes a new instance of KnowledgeSourceSynchronizationError.
public KnowledgeSourceSynchronizationError(string errorMessage);
new Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceSynchronizationError : string -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceSynchronizationError
Public Sub New (errorMessage As String)
Parameters
- errorMessage
- String
Human-readable, customer-visible error message.
Exceptions
errorMessage is null.