15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200005F RID: 95
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x060001E9 RID: 489 RVA: 0x0000271A File Offset: 0x0000091A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|