DocumentServiceQueryException Constructor (String, Exception)

Initializes a new instance of the DocumentServiceQueryException class.

Namespace:  Microsoft.Azure.Documents.Linq
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String 
Dim innerException As Exception 

Dim instance As New DocumentServiceQueryException(message, _
    innerException)
public DocumentServiceQueryException(
    string message,
    Exception innerException
)
public:
DocumentServiceQueryException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DocumentServiceQueryException
public function DocumentServiceQueryException(
    message : String, 
    innerException : Exception
)

Parameters

See Also

Reference

DocumentServiceQueryException Class

DocumentServiceQueryException Overload

Microsoft.Azure.Documents.Linq Namespace