Windows error 0x801312F4, -2146233612

Detailed Error Information

VLDTR_E_MI_SIGMISMATCH[1]

Message"MethodImpl's Decl and Body signatures mismatch."
Comment MethodImpl's Decl and Body signatures mismatch

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code4852 (0x12f4)

Questions

0votes
1answer

PEVerify fails on explicit interface property when the interface is in a Portable Class Library

I'm emitting a class that explicitly implements a simple interface property with a get method. There are no problems so long as the interface is not defined in a portable class library. However, when moving the interface to a PCL and using only specific types such as IEnumerable<int>, PEVerify will [...] read more
c#
reflection.emit
peverify

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0