15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000050 RID: 80
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x060001F7 RID: 503 RVA: 0x000032A2 File Offset: 0x000014A2
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|