using System; using System.Runtime.InteropServices; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System { /// The exception that is thrown when an array with the wrong number of dimensions is passed to a method. // Token: 0x0200012D RID: 301 [Token(Token = "0x200012D")] [ComVisible(true)] [Serializable] public class RankException : SystemException { /// Initializes a new instance of the class. // Token: 0x06000AD6 RID: 2774 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000AD6")] [Address(RVA = "0x2A177E0", Offset = "0x2A165E0", VA = "0x182A177E0")] public RankException() { } /// Initializes a new instance of the class with a specified error message. /// A that describes the error. // Token: 0x06000AD7 RID: 2775 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000AD7")] [Address(RVA = "0x2A177B0", Offset = "0x2A165B0", VA = "0x182A177B0")] public RankException(string message) { } /// 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: 0x06000AD8 RID: 2776 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000AD8")] [Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")] protected RankException(SerializationInfo info, StreamingContext context) { } } }