15 lines
282 B
C#
15 lines
282 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000015 RID: 21
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000029 RID: 41 RVA: 0x000020EE File Offset: 0x000002EE
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|