15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000028 RID: 40
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000175 RID: 373 RVA: 0x0000313E File Offset: 0x0000133E
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|