Compiler Error CS0712
Cannot create an instance of the static class 'static class'
It is not possible to create instances of static classes. Static classes are designed to contain static fields and methods, but may not be instantiated.
It is not possible to create instances of static classes. Static classes are designed to contain static fields and methods, but may not be instantiated.