Преглед изворни кода

fixed message in Transition`1.cs

Jumar Macato пре 7 година
родитељ
комит
d2ecaeb17b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Avalonia.Animation/Transitions/Transition`1.cs

+ 1 - 1
src/Avalonia.Animation/Transitions/Transition`1.cs

@@ -47,7 +47,7 @@ namespace Avalonia.Animation.Transitions
             {
                 if (!(value.PropertyType.IsAssignableFrom(typeof(T))))
                     throw new InvalidCastException
-                        ($"Invalid property type \"{typeof(T).Name}\" for this {GetType().Name} transition.");
+                        ($"Invalid property type \"{typeof(T).Name}\" for this transition: {GetType().Name}.");
 
                 _prop = value;
             }