15 lines
285 B
C#
15 lines
285 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020000E5 RID: 229
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x060004ED RID: 1261 RVA: 0x00003816 File Offset: 0x00001A16
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|