|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Throw () |
Static Public Member Functions | |
| static ExceptionDispatchInfo | Capture (Exception source) |
| static void | Throw (Exception source) |
| static Exception | SetCurrentStackTrace (Exception source) |
| static Exception | SetRemoteStackTrace (Exception source, string stackTrace) |
Properties | |
| Exception | SourceException [get] |
Private Member Functions | |
| ExceptionDispatchInfo (Exception exception) | |
Private Attributes | |
| readonly Exception | _exception |
| readonly Exception.DispatchState | _dispatchState |
Definition at line 6 of file ExceptionDispatchInfo.cs.