Class ErrorEventArgs
Event args for background SDK errors
Inherited Members
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class ErrorEventArgs : EventArgs
Properties
| Improve this Doc View SourceException
Gets the exception that caused the disconnection, if one exists.
public Exception Exception { get; }
Property Type
Exception |