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