Click or drag to resize

AsyncError Constructor

Creates new async error.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AsyncError(
	Exception ex,
	Object state
)

Parameters

ex
Type: System.Exception
Exception.
state
Type: System.Object
State.
See Also