Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetMessageField()

void System.ArgumentException.SetMessageField ( )
inlineprivateinherited

Definition at line 72 of file ArgumentException.cs.

73 {
74 if (_message == null && base.HResult == -2147024809)
75 {
76 _message = SR.Arg_ArgumentException;
77 }
78 }

References System.Exception._message, System.SR.Arg_ArgumentException, and System.Runtime.Serialization.Dictionary.