Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IdentityNotMappedException.cs
Go to the documentation of this file.
3
5
7[TypeForwardedFrom("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
9{
11
13 {
14 get
15 {
16 if (_unmappedIdentities == null)
17 {
19 }
21 }
22 }
23
25 : base(System.SR.IdentityReference_IdentityNotMapped)
26 {
27 }
28
29 public IdentityNotMappedException(string? message)
30 : base(message)
31 {
32 }
33
34 public IdentityNotMappedException(string? message, Exception? inner)
35 : base(message, inner)
36 {
37 }
38
44
46 : base(info, context)
47 {
48 }
49
54}
Definition SR.cs:7
IdentityNotMappedException(SerializationInfo info, StreamingContext context)
IdentityNotMappedException(string message, IdentityReferenceCollection unmappedIdentities)
override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)