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