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