Skip to content

Commit

Permalink
re verify
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 14, 2023
1 parent a2242d3 commit a8f521a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"exception": {
"Type": "Exception",
"Message": "the message",
"StackTrace": "at SerializationTests.MethodThatThrows()\nat System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\nat System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)"
"StackTrace": "at SerializationTests.MethodThatThrows()\nat System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)\nat System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
StackTrace:
at SerializationTests.MethodThatThrows()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
}
}

0 comments on commit a8f521a

Please sign in to comment.