15 lines
282 B
C#
15 lines
282 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200000C RID: 12
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x0600000D RID: 13 RVA: 0x000020BC File Offset: 0x000002BC
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|