15 lines
285 B
C#
15 lines
285 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020000D3 RID: 211
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x060006DC RID: 1756 RVA: 0x00004D8E File Offset: 0x00002F8E
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|