15 lines
285 B
C#
15 lines
285 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020000EC RID: 236
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000D50 RID: 3408 RVA: 0x00007832 File Offset: 0x00005A32
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|