15 lines
282 B
C#
15 lines
282 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000025 RID: 37
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000062 RID: 98 RVA: 0x000025FE File Offset: 0x000007FE
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|