15 lines
285 B
C#
15 lines
285 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000160 RID: 352
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000AD4 RID: 2772 RVA: 0x0000691A File Offset: 0x00004B1A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|