Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ExceptionHelpers.cs
Go to the documentation of this file.
1
using
System.Reflection
;
2
using
System.Runtime.ExceptionServices
;
3
4
namespace
System.Linq.Expressions.Interpreter
;
5
6
internal
static
class
ExceptionHelpers
7
{
8
public
static
void
UnwrapAndRethrow
(
TargetInvocationException
exception
)
9
{
10
ExceptionDispatchInfo
.
Throw
(
exception
.InnerException);
11
}
12
}
System.Linq.Expressions.Interpreter.ExceptionHelpers.UnwrapAndRethrow
static void UnwrapAndRethrow(TargetInvocationException exception)
Definition
ExceptionHelpers.cs:8
System.Linq.Expressions.Interpreter.ExceptionHelpers
Definition
ExceptionHelpers.cs:7
System.Reflection.TargetInvocationException
Definition
TargetInvocationException.cs:9
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw
void Throw()
Definition
ExceptionDispatchInfo.cs:31
System.Runtime.ExceptionServices.ExceptionDispatchInfo
Definition
ExceptionDispatchInfo.cs:7
System.Linq.Expressions.Interpreter
Definition
ActionCallInstruction.cs:3
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Runtime.ExceptionServices
Definition
ExceptionDispatchInfo.cs:4
System.ExceptionArgument.exception
@ exception
source
System.Linq.Expressions
System.Linq.Expressions.Interpreter
ExceptionHelpers.cs
Generated by
1.10.0