Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TimeZoneNotFoundException.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
;
5
6
[
Serializable
]
7
[
TypeForwardedFrom
(
"System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
8
public
class
TimeZoneNotFoundException
:
Exception
9
{
10
public
TimeZoneNotFoundException
()
11
{
12
}
13
14
public
TimeZoneNotFoundException
(
string
? message)
15
:
base
(message)
16
{
17
}
18
19
public
TimeZoneNotFoundException
(
string
? message,
Exception
?
innerException
)
20
:
base
(message,
innerException
)
21
{
22
}
23
24
protected
TimeZoneNotFoundException
(
SerializationInfo
info
,
StreamingContext
context)
25
:
base
(
info
, context)
26
{
27
}
28
}
System.Exception
Definition
Exception.cs:15
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.TimeZoneNotFoundException.TimeZoneNotFoundException
TimeZoneNotFoundException(string? message)
Definition
TimeZoneNotFoundException.cs:14
System.TimeZoneNotFoundException.TimeZoneNotFoundException
TimeZoneNotFoundException(SerializationInfo info, StreamingContext context)
Definition
TimeZoneNotFoundException.cs:24
System.TimeZoneNotFoundException.TimeZoneNotFoundException
TimeZoneNotFoundException()
Definition
TimeZoneNotFoundException.cs:10
System.TimeZoneNotFoundException.TimeZoneNotFoundException
TimeZoneNotFoundException(string? message, Exception? innerException)
Definition
TimeZoneNotFoundException.cs:19
System.TimeZoneNotFoundException
Definition
TimeZoneNotFoundException.cs:9
System.Data.IsolationLevel.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.info
@ info
System
Definition
BlockingCollection.cs:8
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.Private.CoreLib
System
TimeZoneNotFoundException.cs
Generated by
1.10.0