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