15 lines
284 B
C#
15 lines
284 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000091 RID: 145
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x0600025C RID: 604 RVA: 0x00002EFE File Offset: 0x000010FE
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|