Search Results for

    Show / Hide Table of Contents

    Class Catch

    Inheritance
    object
    Catch
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions
    Assembly: Mapsui.dll
    Syntax
    public static class Catch

    Methods

    | Edit this page View Source

    Exceptions(Action)

    Declaration
    public static void Exceptions(Action action)
    Parameters
    Type Name Description
    Action action
    | Edit this page View Source

    Exceptions(Func<Task>)

    Declaration
    public static void Exceptions(Func<Task> func)
    Parameters
    Type Name Description
    Func<Task> func
    | Edit this page View Source

    TaskRun(Action)

    Declaration
    public static void TaskRun(Action func)
    Parameters
    Type Name Description
    Action func
    | Edit this page View Source

    TaskRun(Func<Task>)

    Declaration
    public static void TaskRun(Func<Task> func)
    Parameters
    Type Name Description
    Func<Task> func
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX