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: System.Exception
Exception. - state
- Type: System.Object
State.
See Also