Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RethrowException.cs
Go to the documentation of this file.
1
using
System.Runtime.Serialization
;
2
3
namespace
System.Linq.Expressions.Interpreter
;
4
5
[
Serializable
]
6
internal
sealed
class
RethrowException
:
Exception
7
{
8
public
RethrowException
()
9
{
10
}
11
12
internal
RethrowException
(
SerializationInfo
info
,
StreamingContext
context)
13
:
base
(
info
, context)
14
{
15
}
16
}
System.Exception
Definition
Exception.cs:15
System.Linq.Expressions.Interpreter.RethrowException.RethrowException
RethrowException()
Definition
RethrowException.cs:8
System.Linq.Expressions.Interpreter.RethrowException.RethrowException
RethrowException(SerializationInfo info, StreamingContext context)
Definition
RethrowException.cs:12
System.Linq.Expressions.Interpreter.RethrowException
Definition
RethrowException.cs:7
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.Data.IsolationLevel.Serializable
@ Serializable
System.Linq.Expressions.Interpreter
Definition
ActionCallInstruction.cs:3
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.info
@ info
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.Linq.Expressions
System.Linq.Expressions.Interpreter
RethrowException.cs
Generated by
1.10.0