15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000021 RID: 33
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000101 RID: 257 RVA: 0x0000322A File Offset: 0x0000142A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|