Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToString()

override string System.Linq.Expressions.Interpreter.ExceptionHandler.ToString ( )
inline

Definition at line 32 of file ExceptionHandler.cs.

33 {
34 IFormatProvider invariantCulture = CultureInfo.InvariantCulture;
35 DefaultInterpolatedStringHandler handler = new DefaultInterpolatedStringHandler(13, 3, invariantCulture);
36 handler.AppendLiteral("catch (");
38 handler.AppendLiteral(") [");
40 handler.AppendLiteral("->");
42 handler.AppendLiteral("]");
43 return string.Create(invariantCulture, ref handler);
44 }
static CultureInfo InvariantCulture

References System.Linq.Expressions.Interpreter.ExceptionHandler._exceptionType, System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendFormatted(), System.Runtime.CompilerServices.DefaultInterpolatedStringHandler.AppendLiteral(), System.Linq.Expressions.Interpreter.ExceptionHandler.HandlerEndIndex, System.Linq.Expressions.Interpreter.ExceptionHandler.HandlerStartIndex, System.Globalization.CultureInfo.InvariantCulture, and System.Reflection.MemberInfo.Name.