System.Reflection.MetadataException.MetadataException C# (CSharp) Method

MetadataException() private method

private MetadataException ( int hr ) : System
hr int
return System
        internal MetadataException(int hr) { m_hr = hr; }