Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InvalidAsynchronousStateException.cs
Go to the documentation of this file.
3
5
7[TypeForwardedFrom("System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
9{
14
15 public InvalidAsynchronousStateException(string? message)
16 : base(message)
17 {
18 }
19
21 : base(message, innerException)
22 {
23 }
24
29}
InvalidAsynchronousStateException(string? message, Exception? innerException)
InvalidAsynchronousStateException(SerializationInfo info, StreamingContext context)