SparqlUpdatePermissionException Constructor (String, Exception) | 
 
            Creates a new Permission Exception.
            
 
    Namespace: 
   VDS.RDF.Update
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic SparqlUpdatePermissionException(
	string message,
	Exception cause
)
Public Sub New ( 
	message As String,
	cause As Exception
)
Parameters
- message
 - Type: SystemString
Error Message. - cause
 - Type: SystemException
Exception that caused this exception to be thrown. 
See Also