Table of Contents

Class DocumentQueryException

Namespace
Microsoft.Azure.Documents.Linq
Assembly
Microsoft.Azure.Documents.Client.dll

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 string

The 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)

Parameters

message string

The exception message.

innerException Exception

The inner exception.