using System; using System.Runtime.InteropServices; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System { /// The exception that is thrown when there is an attempt to divide an integral or value by zero. // Token: 0x020000D8 RID: 216 [Token(Token = "0x20000D8")] [ComVisible(true)] [Serializable] public class DivideByZeroException : ArithmeticException { /// Initializes a new instance of the class. // Token: 0x06000822 RID: 2082 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000822")] [Address(RVA = "0x1E8B110", Offset = "0x1E89F10", VA = "0x181E8B110")] public DivideByZeroException() { } /// Initializes a new instance of the class with serialized data. /// The object that holds the serialized object data. /// The contextual information about the source or destination. // Token: 0x06000823 RID: 2083 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000823")] [Address(RVA = "0x4E7140", Offset = "0x4E5F40", VA = "0x1804E7140")] protected DivideByZeroException(SerializationInfo info, StreamingContext context) { } } }