15 lines
288 B
C#
15 lines
288 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02002E91 RID: 11921
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x060154AA RID: 87210 RVA: 0x00520237 File Offset: 0x0051E437
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|