public static void Publish(Type expectedType, Type currentType)
 {
     NotMatchPaintTypeException error = new NotMatchPaintTypeException(expectedType, currentType);
     BasePublish(error);
 }
Example #2
0
        public static void Publish(Type expectedType, Type currentType)
        {
            NotMatchPaintTypeException error = new NotMatchPaintTypeException(expectedType, currentType);

            BasePublish(error);
        }