Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ImageFormatLimitationException.cs
Go to the documentation of this file.
2
4
7{
11
12 public ImageFormatLimitationException(string? message)
13 : base(message)
14 {
15 }
16
18 : base(message, innerException)
19 {
20 }
21
23 : base(info, context)
24 {
25 }
26}
ImageFormatLimitationException(string? message, Exception? innerException)
ImageFormatLimitationException(SerializationInfo info, StreamingContext context)