thrownewInvalidOperationException(String.Format("A parameterless default constructor or one matching signature {0} is required for {1} materialization",proposedTypes,type.FullName));
NoDefaultConstructorWithEnumnodef=connection.Query<NoDefaultConstructorWithEnum>("select cast(2 as smallint) E1, cast(5 as smallint) n1, cast(null as smallint) n2").First();