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

Search Results for

    Method Report

    Report(ErrorInfo)

    Reports an error.

    Declaration
    public void Report(ErrorInfo errorInfo)
    Parameters
    Type Name Description
    ErrorInfo errorInfo

    The error information to report.

    Implements
    ICanSetErrors.Report(ErrorInfo)

    Report(Exception)

    Reports an exception as an error.

    Declaration
    public void Report(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    The exception to report as an error.

    Implements
    ICanSetErrors.Report(Exception)

    Report(IHasErrors)

    Subscribes to an error source and reports its errors.

    Declaration
    public IDisposable Report(IHasErrors source)
    Parameters
    Type Name Description
    IHasErrors source

    The error source to subscribe to.

    Returns
    Type Description
    IDisposable

    A subscription that can be disposed to stop reporting errors from the source.

    Implements
    ICanSetErrors.Report(IHasErrors)

    Report(IHasErrorProvider)

    Declaration
    public IDisposable Report(IHasErrorProvider source)
    Parameters
    Type Name Description
    IHasErrorProvider source
    Returns
    Type Description
    IDisposable
    © Xab3r. All rights reserved.