diff --git a/src/UniTask/Assets/Plugins/UniTask/Runtime/UnityWebRequestException.cs b/src/UniTask/Assets/Plugins/UniTask/Runtime/UnityWebRequestException.cs index 6dd1168..efd1565 100644 --- a/src/UniTask/Assets/Plugins/UniTask/Runtime/UnityWebRequestException.cs +++ b/src/UniTask/Assets/Plugins/UniTask/Runtime/UnityWebRequestException.cs @@ -31,7 +31,6 @@ namespace Cysharp.Threading.Tasks #endif this.Error = unityWebRequest.error; this.ResponseCode = unityWebRequest.responseCode; - this.Text = unityWebRequest.downloadHandler.text; if (UnityWebRequest.downloadHandler != null) { this.Text = unityWebRequest.downloadHandler.text;