docs.unity.cn
    Show / Hide Table of Contents

    Method LogException

    LogException(AsyncOperationHandle, Exception)

    Debug.LogException wrapper method.

    Declaration
    public static void LogException(AsyncOperationHandle op, Exception ex)
    Parameters
    Type Name Description
    AsyncOperationHandle op

    The operation handle.

    Exception ex

    The exception.

    LogException(Exception)

    Debug.LogException wrapper method.

    Declaration
    public static void LogException(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    The exception.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use