using System; using System.Runtime.Serialization; using Cpp2IlInjected; namespace System.Runtime.InteropServices { /// The exception that is thrown by the marshaler when it encounters a it does not support. // Token: 0x02000583 RID: 1411 [Token(Token = "0x2000583")] [ComVisible(true)] [Serializable] public class MarshalDirectiveException : SystemException { /// Initializes a new instance of the class with default properties. // Token: 0x06002AC0 RID: 10944 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002AC0")] [Address(RVA = "0x237DCF0", Offset = "0x237CAF0", VA = "0x18237DCF0")] public MarshalDirectiveException() { } /// Initializes a new instance of the class with a specified error message. /// The error message that specifies the reason for the exception. // Token: 0x06002AC1 RID: 10945 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002AC1")] [Address(RVA = "0x237DD50", Offset = "0x237CB50", VA = "0x18237DD50")] public MarshalDirectiveException(string message) { } /// Initializes a new instance of the class from serialization data. /// The object that holds the serialized object data. /// The contextual information about the source or destination. /// /// is . // Token: 0x06002AC2 RID: 10946 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002AC2")] [Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")] protected MarshalDirectiveException(SerializationInfo info, StreamingContext context) { } } }