15 lines
284 B
C#
15 lines
284 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020000A7 RID: 167
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x0600032D RID: 813 RVA: 0x00002FA2 File Offset: 0x000011A2
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|