docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor AsyncOperationHandleException

    AsyncOperationHandleException(AsyncOperationHandle<TObject>, string, Exception)

    Creates a new instance of AsyncOperationHandleException<TObject>.

    Declaration
    public AsyncOperationHandleException(AsyncOperationHandle<TObject> handle, string message, Exception innerException = null)
    Parameters
    Type Name Description
    AsyncOperationHandle<TObject> handle

    The handle for the operation that failed.

    string message

    A message describing the error.

    Exception innerException

    The exception that caused the error, if any.

    In This Article
    Back to top
    Copyright © 2026 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)