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. |