Show / Hide Table of Contents

    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
    Object
    EventArgs
    FindingErrorOccurredEventArgs

    Properties

    View Source

    Error

    Contains error details.

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

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

    API Level: 3
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX