15 lines
285 B
C#
15 lines
285 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200035E RID: 862
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000DF4 RID: 3572 RVA: 0x000072AE File Offset: 0x000054AE
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|