15 lines
283 B
C#
15 lines
283 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200005D RID: 93
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000279 RID: 633 RVA: 0x000035A6 File Offset: 0x000017A6
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|