Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetInvalidOperationException()
[4/5]
static
InvalidOperationException
System.Text.Json.ThrowHelper.GetInvalidOperationException
(
string
message
,
Exception
innerException
)
inline
static
Definition at line
467
of file
ThrowHelper.cs
.
468
{
469
InvalidOperationException
ex
=
new
InvalidOperationException
(message,
innerException
);
470
ex.Source
=
"System.Text.Json.Rethrowable"
;
471
return
ex
;
472
}
System.Text.Json.ConverterStrategy.Dictionary
@ Dictionary
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
References
System.Text.Json.Dictionary
.
System
Text
Json
ThrowHelper
Generated by
1.10.0