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
    FindingErrorOccurredEventArgs

    Properties

    View Source

    Error

    Contains error details.

    Declaration
    public Exception Error { get; }
    Property Value
    Type Description
    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX