Compiler Error CS1015
An object, string, or class type expected
An attempt was made to pass a predefined data type into a catch block. Only data types that derive from System.Exception can be passed into a catch block. For more information on exceptions, see Exception Handling Statements (C# Reference).