15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200003E RID: 62
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x0600011B RID: 283 RVA: 0x0000292E File Offset: 0x00000B2E
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|