public static bool LoadFromFile(string fileName, out BatchManifestItem_Type2 obj) { System.Exception exception = null; return(LoadFromFile(fileName, out obj, out exception)); }