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

◆ AggregateException()

static Exception System.Data.ExceptionBuilder.AggregateException ( AggregateType aggregateType,
Type type )
inlinestatic

Definition at line 1211 of file ExceptionBuilder.cs.

1212 {
1213 return _Data(System.SR.Format(System.SR.DataStorage_AggregateException, aggregateType, type.Name));
1214 }
static Exception _Data(string error)
static string DataStorage_AggregateException
Definition SR.cs:580
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.Data.ExceptionBuilder._Data(), System.SR.DataStorage_AggregateException, System.SR.Format(), and System.type.

Referenced by System.Data.Common.SqlStringStorage.Aggregate(), System.Data.Common.StringStorage.Aggregate(), System.Data.Common.BigIntegerStorage.Aggregate(), System.Data.Common.BooleanStorage.Aggregate(), System.Data.Common.ByteStorage.Aggregate(), System.Data.Common.CharStorage.Aggregate(), System.Data.Common.DateTimeOffsetStorage.Aggregate(), System.Data.Common.DateTimeStorage.Aggregate(), System.Data.Common.DecimalStorage.Aggregate(), System.Data.Common.DoubleStorage.Aggregate(), System.Data.Common.Int16Storage.Aggregate(), System.Data.Common.Int32Storage.Aggregate(), System.Data.Common.Int64Storage.Aggregate(), System.Data.Common.ObjectStorage.Aggregate(), System.Data.Common.SByteStorage.Aggregate(), System.Data.Common.SingleStorage.Aggregate(), System.Data.Common.SqlBinaryStorage.Aggregate(), System.Data.Common.SqlBooleanStorage.Aggregate(), System.Data.Common.SqlBytesStorage.Aggregate(), System.Data.Common.SqlByteStorage.Aggregate(), System.Data.Common.SqlCharsStorage.Aggregate(), System.Data.Common.SqlDateTimeStorage.Aggregate(), System.Data.Common.SqlDecimalStorage.Aggregate(), System.Data.Common.SqlDoubleStorage.Aggregate(), System.Data.Common.SqlGuidStorage.Aggregate(), System.Data.Common.SqlInt16Storage.Aggregate(), System.Data.Common.SqlInt32Storage.Aggregate(), System.Data.Common.SqlInt64Storage.Aggregate(), System.Data.Common.SqlMoneyStorage.Aggregate(), System.Data.Common.SqlSingleStorage.Aggregate(), System.Data.Common.SqlUdtStorage.Aggregate(), System.Data.Common.TimeSpanStorage.Aggregate(), System.Data.Common.UInt16Storage.Aggregate(), System.Data.Common.UInt32Storage.Aggregate(), and System.Data.Common.UInt64Storage.Aggregate().