Class FindingErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the FindingErrorOccurred event.
public class FindingErrorOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsFindingErrorOccurredEventArgs
Properties
View SourceError
Contains error details.
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
System.Exception | Error details. |
RequestId
The request ID of the operation, which caused this error.
Declaration
public int RequestId { get; }
Property Value
Type | Description |
---|---|
int | The request ID of the operation, which caused this error. |