15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000057 RID: 87
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000248 RID: 584 RVA: 0x0000292A File Offset: 0x00000B2A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|