15 lines
285 B
C#
15 lines
285 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020000CA RID: 202
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x060006C5 RID: 1733 RVA: 0x0000493E File Offset: 0x00002B3E
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|