FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix Type on Stacktrace by manzinge · Pull Request #31 · Unity-Technologies/UnityCsReference · GitHub

Fix Type on Stacktrace - #31

Open
manzinge wants to merge 1 commit into
Unity-Technologies:masterfrom
manzinge:patch-1
Open

Fix Type on Stacktrace#31
manzinge wants to merge 1 commit into
Unity-Technologies:masterfrom
manzinge:patch-1

Conversation

Copy link
Copy Markdown

No description provided.

wumohai commented Feb 21, 2024 via email

Copy link
Copy Markdown

qingshu commented Feb 21, 2024 via email

Copy link
Copy Markdown

Comment thread Runtime/Export/Scripting/StackTrace.cs Outdated
@@ -59,7 +59,7 @@ static internal void ExtractStringFromExceptionInternal(System.Object exceptiono
{
if (exceptiono == null) throw new ArgumentException("ExtractStringFromExceptionInternal called with null exception");
var exception = exceptiono as System.Exception;
if (exception == null) throw new ArgumentException("ExtractStringFromExceptionInternal called with an exceptoin that was not of type System.Exception");

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

if (exception == null) throw new ArgumentException("ExtractStringFromExceptionInternal called with an exception that was not of type System.Exception");

qingshu commented Mar 15, 2026 via email

Copy link
Copy Markdown

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL