DocumentQueryException Class

Definition

Represents an exception from the Azure DocumentDB database service queries.

public sealed class DocumentQueryException : Microsoft.Azure.Documents.DocumentClientException
Inheritance
DocumentQueryException

Inherited Members

Microsoft.Azure.Documents.DocumentClientException

Constructors

DocumentQueryException(String)

Initializes a new instance of the DocumentQueryException class in the Azure DocumentDB database service.

DocumentQueryException(String, Exception)

Initializes a new instance of the DocumentQueryException class in the Azure DocumentDB database service.

Extension Methods

CheckIotHubErrorCode(Exception, ErrorCode[])
DisablePrepareForRethrow(Exception)
GetReferenceCode(Exception)
IsFatal(Exception)
PrepareForRethrow(Exception)
ToStringSlim(Exception)
Unwind(Exception)
Unwind(Exception, Type[])
Unwind<TException>(Exception)
IsWrappedExceptionTransient(Exception)
FindInnerException<T>(Exception)