oh dear
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System
|
||||
{
|
||||
/// <summary>The exception that is thrown when a time zone cannot be found.</summary>
|
||||
// Token: 0x0200014D RID: 333
|
||||
[Token(Token = "0x200014D")]
|
||||
[TypeForwardedFrom("System.Core, Version=2.0.5.0, Culture=Neutral, PublicKeyToken=7cec85d7bea7798e")]
|
||||
[Serializable]
|
||||
public class TimeZoneNotFoundException : Exception
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.TimeZoneNotFoundException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
|
||||
/// <param name="message">A string that describes the exception.</param>
|
||||
/// <param name="innerException">The exception that is the cause of the current exception.</param>
|
||||
// Token: 0x06000D43 RID: 3395 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000D43")]
|
||||
[Address(RVA = "0x327D230", Offset = "0x327C030", VA = "0x18327D230")]
|
||||
public TimeZoneNotFoundException(string message, Exception innerException)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.TimeZoneNotFoundException" /> class from serialized data.</summary>
|
||||
/// <param name="info">The object that contains the serialized data.</param>
|
||||
/// <param name="context">The stream that contains the serialized data.</param>
|
||||
/// <exception cref="T:System.ArgumentNullException">The <paramref name="info" /> parameter is <see langword="null" />.
|
||||
/// -or-
|
||||
/// The <paramref name="context" /> parameter is <see langword="null" />.</exception>
|
||||
// Token: 0x06000D44 RID: 3396 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000D44")]
|
||||
[Address(RVA = "0x327D2B0", Offset = "0x327C0B0", VA = "0x18327D2B0")]
|
||||
protected TimeZoneNotFoundException(SerializationInfo info, StreamingContext context)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.TimeZoneNotFoundException" /> class with a system-supplied message.</summary>
|
||||
// Token: 0x06000D45 RID: 3397 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000D45")]
|
||||
[Address(RVA = "0x327D1D0", Offset = "0x327BFD0", VA = "0x18327D1D0")]
|
||||
public TimeZoneNotFoundException()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user