FullTextQueryException Constructor (String, Exception) | 
 
            Creates a new Full Text Query Exception.
            
 
    Namespace: 
   VDS.RDF.Query.FullText
    Assembly:
   dotNetRDF.Query.FullText (in dotNetRDF.Query.FullText.dll) Version: 
Syntaxpublic FullTextQueryException(
	string message,
	Exception cause
)
Public Sub New ( 
	message As String,
	cause As Exception
)
Parameters
- message
 - Type: SystemString
Message. - cause
 - Type: SystemException
Inner Exception. 
See Also