com.onlineobject.objectnet Namespace

Channel..::..OnException Method

Registers a callback to be invoked when an exception occurs.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void OnException(

	Action<Exception> onError

)

Parameters

onError
Type: Action<(Of <(<'Exception>)>)>
The callback to invoke with the exception that occurred.