15 lines
282 B
C#
15 lines
282 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000010 RID: 16
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000031 RID: 49 RVA: 0x0000208E File Offset: 0x0000028E
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|