Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowMultipleTargetConverter()

static void System.Data.ExceptionBuilder.ThrowMultipleTargetConverter ( Exception innerException)
inlinestaticpackage

Definition at line 1401 of file ExceptionBuilder.cs.

1402 {
1403 string error = ((innerException != null) ? System.SR.Xml_MultipleTargetConverterError : System.SR.Xml_MultipleTargetConverterEmpty);
1404 ThrowDataException(error, innerException);
1405 }
static void ThrowDataException(string error, Exception innerException)
static string Xml_MultipleTargetConverterError
Definition SR.cs:88
Definition SR.cs:7

References System.Data.ExceptionBuilder.ThrowDataException(), System.SR.Xml_MultipleTargetConverterEmpty, and System.SR.Xml_MultipleTargetConverterError.

Referenced by System.Data.XmlTreeGen.SetMSDataAttribute().