Parameters
- themefileInfo
- The System.IO.FileInfo object representing the file that contains the theme.
Return Value
A Theme object representing the parsed theme.
Exception | Description |
---|---|
System.IO.FileNotFoundException | Thrown if the specified file does not exist. |
System.IO.IOException | Thrown if an I/O error occurs while opening the file. |