using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// The base exception class for the .
// Token: 0x020000B1 RID: 177
[Token(Token = "0x20000B1")]
[Serializable]
public class SqlTypeException : SystemException
{
/// Initializes a new instance of the class.
// Token: 0x06000AB7 RID: 2743 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AB7")]
[Address(RVA = "0xBDB440", Offset = "0xBDA440", VA = "0x180BDB440")]
public SqlTypeException()
{
}
/// Initializes a new instance of the class with a specified error message.
/// The error message that explains the reason for the exception.
// Token: 0x06000AB8 RID: 2744 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AB8")]
[Address(RVA = "0xBDB4B0", Offset = "0xBDA4B0", VA = "0x180BDB4B0")]
public SqlTypeException(string message)
{
}
/// Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
/// The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
/// The exception that is the cause of the current exception. If the innerException parameter is not , the current exception is raised in a block that handles the inner exception.
// Token: 0x06000AB9 RID: 2745 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000AB9")]
[Address(RVA = "0xBDB490", Offset = "0xBDA490", VA = "0x180BDB490")]
public SqlTypeException(string message, Exception e)
{
}
/// 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: 0x06000ABA RID: 2746 RVA: 0x0000206A File Offset: 0x0000026A
[Token(Token = "0x6000ABA")]
[Address(RVA = "0xBDB3B0", Offset = "0xBDA3B0", VA = "0x180BDB3B0")]
protected SqlTypeException(SerializationInfo si, StreamingContext sc)
{
}
// Token: 0x06000ABB RID: 2747 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000ABB")]
[Address(RVA = "0xBDB2F0", Offset = "0xBDA2F0", VA = "0x180BDB2F0")]
private static SerializationInfo SqlTypeExceptionSerialization(SerializationInfo si, StreamingContext sc)
{
return null;
}
}
}