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