15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200002C RID: 44
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x060000D5 RID: 213 RVA: 0x000021DE File Offset: 0x000003DE
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|