15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000057 RID: 87
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000243 RID: 579 RVA: 0x00002E3A File Offset: 0x0000103A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|