using System; using Cpp2IlInjected; namespace System.Data.SqlTypes { /// The exception that is thrown when you set a value into a structure would truncate that value. // Token: 0x020000B3 RID: 179 [Token(Token = "0x20000B3")] [Serializable] public sealed class SqlTruncateException : SqlTypeException { /// Initializes a new instance of the class. // Token: 0x06000ABE RID: 2750 RVA: 0x0000206A File Offset: 0x0000026A [Token(Token = "0x6000ABE")] [Address(RVA = "0xBDB2A0", Offset = "0xBDA2A0", VA = "0x180BDB2A0")] public SqlTruncateException() { } /// Initializes a new instance of the class with a specified error message and a reference to the . /// The error message that explains the reason for the exception. /// A reference to an inner . // Token: 0x06000ABF RID: 2751 RVA: 0x0000206A File Offset: 0x0000026A [Token(Token = "0x6000ABF")] [Address(RVA = "0xBDB2D0", Offset = "0xBDA2D0", VA = "0x180BDB2D0")] public SqlTruncateException(string message, Exception e) { } } }