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: 0x020005A2 RID: 1442
[Token(Token = "0x20005A2")]
[ComVisible(true)]
[Serializable]
public class MarshalDirectiveException : SystemException
{
/// Initializes a new instance of the class with default properties.
// Token: 0x06002CD4 RID: 11476 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002CD4")]
[Address(RVA = "0x2CF0F40", Offset = "0x2CEFF40", VA = "0x182CF0F40")]
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: 0x06002CD5 RID: 11477 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002CD5")]
[Address(RVA = "0x2CF0FA0", Offset = "0x2CEFFA0", VA = "0x182CF0FA0")]
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: 0x06002CD6 RID: 11478 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002CD6")]
[Address(RVA = "0x7241B0", Offset = "0x7231B0", VA = "0x1807241B0")]
protected MarshalDirectiveException(SerializationInfo info, StreamingContext context)
{
}
}
}