15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000060 RID: 96
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x0600015F RID: 351 RVA: 0x000026BA File Offset: 0x000008BA
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|