Class FindingErrorOccurredEventArgs

Definition

Namespace:
Tizen.Network.IoTConnectivity
Assembly:
Tizen.Network.IoTConnectivity.dll

This class represents event arguments of the FindingErrorOccurred event.

C#
Copy
public class FindingErrorOccurredEventArgs : EventArgs
Inheritance
object
System.EventArgs
FindingErrorOccurredEventArgs

Properties

View Source

Error

Contains error details.

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

Error details.

View Source

RequestId

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

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

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