15 lines
280 B
C#
15 lines
280 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000009 RID: 9
|
|
internal class AnalysisFailedException : Exception
|
|
{
|
|
// Token: 0x06000009 RID: 9 RVA: 0x0000205A File Offset: 0x0000025A
|
|
public AnalysisFailedException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
}
|
|
}
|