Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventSourceException.cs
Go to the documentation of this file.
2
4
7{
9 : base(SR.EventSource_ListenerWriteFailure)
10 {
11 }
12
13 public EventSourceException(string? message)
14 : base(message)
15 {
16 }
17
19 : base(message, innerException)
20 {
21 }
22
24 : base(info, context)
25 {
26 }
27
29 : base(SR.EventSource_ListenerWriteFailure, innerException)
30 {
31 }
32}
EventSourceException(string? message, Exception? innerException)
EventSourceException(SerializationInfo info, StreamingContext context)
Definition SR.cs:7