DocumentServiceQueryException Constructor (String)
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 _
)
'Usage
Dim message As String
Dim instance As New DocumentServiceQueryException(message)
public DocumentServiceQueryException(
string message
)
public:
DocumentServiceQueryException(
String^ message
)
new :
message:string -> DocumentServiceQueryException
public function DocumentServiceQueryException(
message : String
)
Parameters
- message
Type: System.String
The exception message.
See Also
Reference
DocumentServiceQueryException Class