15 lines
285 B
C#
15 lines
285 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020003D9 RID: 985
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06001F22 RID: 7970 RVA: 0x0000E65A File Offset: 0x0000C85A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|