Class FindingErrorOccurredEventArgs

    Definition

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

    This class represents event arguments of the FindingErrorOccurred event.

    public class FindingErrorOccurredEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    FindingErrorOccurredEventArgs

    Properties

    View Source

    Error

    Contains error details.

    Declaration
    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
    public int RequestId { get; }
    Property Value
    Type Description
    int

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

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX