For example: ``` Console.WriteLine(Convert.ChangeType("Hello", typeof(MyUnion))); union MyUnion(string, int); ``` This throws InvalidCastException today.
For example:
This throws InvalidCastException today.