using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System
{
/// The exception that is thrown when an attempt to marshal an object across a context boundary fails.
// Token: 0x020000D2 RID: 210
[Token(Token = "0x20000D2")]
[ComVisible(true)]
[Serializable]
public class ContextMarshalException : SystemException
{
/// Initializes a new instance of the class with default properties.
// Token: 0x06000627 RID: 1575 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000627")]
[Address(RVA = "0x2C31DD0", Offset = "0x2C30DD0", VA = "0x182C31DD0")]
public ContextMarshalException()
{
}
/// Initializes a new instance of the class with serialized data.
/// The that holds the serialized object data about the exception being thrown.
/// The that contains contextual information about the source or destination.
// Token: 0x06000628 RID: 1576 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000628")]
[Address(RVA = "0x7241B0", Offset = "0x7231B0", VA = "0x1807241B0")]
protected ContextMarshalException(SerializationInfo info, StreamingContext context)
{
}
}
}