Delegate GnssDevice.ParsingErrorHandler
- Namespace
- Iot.Device.Common.GnssDevice
- Assembly
- Iot.Device.Common.GnssDevice.dll
Delegate for the error handler when parsing the GPS data.
public delegate void GnssDevice.ParsingErrorHandler(Exception exception)
Parameters
exception
ExceptionThe exception that occurred during parsing.
Constructors
ParsingErrorHandler(object, IntPtr)
public ParsingErrorHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Exception, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Exception exception, AsyncCallback callback, object @object)
Parameters
exception
Exceptioncallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Exception)
public virtual void Invoke(Exception exception)
Parameters
exception
Exception