15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000050 RID: 80
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000173 RID: 371 RVA: 0x00002DAA File Offset: 0x00000FAA
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|