Skip to content

Instantly share code, notes, and snippets.

@0xnobody
Created April 30, 2016 00:51
Show Gist options
  • Save 0xnobody/41972a2442526e4f3ceaa8ac171dfcc9 to your computer and use it in GitHub Desktop.
Save 0xnobody/41972a2442526e4f3ceaa8ac171dfcc9 to your computer and use it in GitHub Desktop.
// Token: 0x17000035 RID: 53
public extern List<GClass2> Accounts
{
// Token: 0x06000222 RID: 546 RVA: 0x000CA63C File Offset: 0x000C1A3C
[CompilerGenerated]
get
{
/*
An exception occurred when decompiling this method (06000222)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.List`1<ns1.GClass2> ns1.GClass7::get_Accounts()
---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at dnlib.Utils.LazyList`1.get_Item(Int32 index) in C:\projects\dnspy\dnlib\src\Utils\LazyList.cs:line 221
at ICSharpCode.Decompiler.ILAst.ILCodeUtil.ExpandMacro(ILCode& code, Object& operand, MethodDef method) in C:\projects\dnspy\ICSharpCode.Decompiler\ILAst\ILCodes.cs:line 413
at ICSharpCode.Decompiler.ILAst.ILAstBuilder.StackAnalysis(MethodDef methodDef) in C:\projects\dnspy\ICSharpCode.Decompiler\ILAst\ILAstBuilder.cs:line 290
at ICSharpCode.Decompiler.ILAst.ILAstBuilder.Build(MethodDef methodDef, Boolean optimize, DecompilerContext context) in C:\projects\dnspy\ICSharpCode.Decompiler\ILAst\ILAstBuilder.cs:line 264
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MemberMapping& mm) in C:\projects\dnspy\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 101
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, IEnumerable`1 parameters, StringBuilder sb, MemberMapping& mm) in C:\projects\dnspy\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 79
--- End of inner exception stack trace ---
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, IEnumerable`1 parameters, StringBuilder sb, MemberMapping& mm) in C:\projects\dnspy\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 83
at ICSharpCode.Decompiler.Ast.AstBuilder.CreateMethodBody(MethodDef method, IEnumerable`1 parameters, MemberMapping& mm) in C:\projects\dnspy\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1276
*/;
}
// Token: 0x06000223 RID: 547
[CompilerGenerated]
set;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment