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

Search Results for

    Method ErrorIfThrows

    ErrorIfThrows(IFluentLog, Action, string)

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

    ErrorIfThrows(IFluentLog, Func<Task>, string)

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

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

    Declaration
    public static Task<T> ErrorIfThrows<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.