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#
Copy
public class FindingErrorOccurredEventArgs : EventArgs
Inheritance
System.Object
FindingErrorOccurredEventArgs

Properties

View Source

Error

Contains error details.

Declaration
C#
Copy
public Exception Error { get; }
Property Value
Type Description
Exception

Error details.

API Level: 3
View Source

RequestId

The request ID of the operation, which caused this error.

Declaration
C#
Copy
public int RequestId { get; }
Property Value
Type Description
Int32

The request ID of the operation, which caused this error.

API Level: 3