Class FindingErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
- API Level:
- 3
This class represents event arguments of the FindingErrorOccurred event.
C#Copypublic class FindingErrorOccurredEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic Exception Error { get; }
Property Value
Type | Description |
---|---|
Exception | Error details. |
API Level: 3
Declaration
C#Copypublic int RequestId { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The request ID of the operation, which caused this error. |