15 lines
285 B
C#
15 lines
285 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020000E7 RID: 231
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x0600048F RID: 1167 RVA: 0x0000430E File Offset: 0x0000250E
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|