Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CodeGeneratorConversionException.cs
Go to the documentation of this file.
2
4{
5 private readonly Type _sourceType;
6
7 private readonly Type _targetType;
8
9 private readonly bool _isAddress;
10
11 private readonly string _reason;
12
20}
CodeGeneratorConversionException(Type sourceType, Type targetType, bool isAddress, string reason)