EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method WarnIfThrows

    WarnIfThrows(IFluentLog, Action, string)

    Declaration
    public static void WarnIfThrows(this IFluentLog This, Action block, string message = null)
    Parameters
    Type Name Description
    IFluentLog This
    Action block
    string message

    WarnIfThrows(IFluentLog, Func<Task>, string)

    Declaration
    public static Task WarnIfThrows(this IFluentLog This, Func<Task> block, string message = null)
    Parameters
    Type Name Description
    IFluentLog This
    Func<Task> block
    string message
    Returns
    Type Description
    Task

    WarnIfThrows<T>(IFluentLog, Func<Task<T>>, string)

    Declaration
    public static Task<T> WarnIfThrows<T>(this IFluentLog This, Func<Task<T>> block, string message = null)
    Parameters
    Type Name Description
    IFluentLog This
    Func<Task<T>> block
    string message
    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T
    © Xab3r. All rights reserved.