docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate IRetryPolicy.ShouldRetryExceptionChecker

    Use this delegate to define which exceptions trigger a retry. It should NOT throw any exception.

    Namespace: Unity.Cloud.Common
    Assembly: Unity.Cloud.Common.dll
    Syntax
    public delegate bool IRetryPolicy.ShouldRetryExceptionChecker(Exception thrownException)
    Parameters
    Type Name Description
    Exception thrownException

    Use this exception to decide whether a retry is needed.

    Returns
    Type Description
    bool

    Whether the operation should be retried.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)