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