15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000047 RID: 71
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x060003AA RID: 938 RVA: 0x000049E2 File Offset: 0x00002BE2
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|