Creates new async error.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic AsyncError(
	Exception ex,
	Object state
)
Public Sub New ( 
	ex As Exception,
	state As Object
)
Parameters
- ex
 - Type: SystemException
Exception. - state
 - Type: SystemObject
State. 
See Also