15 lines
281 B
C#
15 lines
281 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000009 RID: 9
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x0600000F RID: 15 RVA: 0x0000205D File Offset: 0x0000025D
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|