Exemplo n.º 1
0
        public void SerializationRoundTrip()
        {
            var ex = new SafeArrayRankMismatchException("E_BAD_PIZZA");

            BinaryFormatterHelpers.AssertRoundtrips(ex);
        }
 public void SerializationRoundTrip()
 {
     var ex = new SafeArrayRankMismatchException("E_BAD_PIZZA");
     BinaryFormatterHelpers.AssertRoundtrips(ex);
 }