Ejemplo n.º 1
0
 public UnsupportedSkinComponentException(ISkinComponent component)
     : base($@"Unsupported component type: {component.GetType()} (lookup: ""{component.LookupName}"").")
 {
 }