Class DocumentQueryException
Represents an exception from the Azure Cosmos DB service queries.
public sealed class DocumentQueryException : DocumentClientException, ISerializable
- Inheritance
-
DocumentQueryException
- Implements
- Inherited Members
- Extension Methods
Constructors
DocumentQueryException(string)
Initializes a new instance of the DocumentQueryException class in the Azure Cosmos DB service.
public DocumentQueryException(string message)
Parameters
message
stringThe exception message.
DocumentQueryException(string, Exception)
Initializes a new instance of the DocumentQueryException class in the Azure Cosmos DB service.
public DocumentQueryException(string message, Exception innerException)