ClassUnsupportedFileFormatException
Class
Exception thrown when attempting to import or export a workbook with a file extension that no registered format provider supports.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class UnsupportedFileFormatException : LocalizableException, ISerializable, _Exception
Inheritance: objectExceptionLocalizableExceptionUnsupportedFileFormatException
Implements:
Inherited Members
Constructors
UnsupportedFileFormatException(string)
Initializes a new instance of the UnsupportedFileFormatException class for the specified unsupported file extension.
Declaration
cs-api-definition
public UnsupportedFileFormatException(string extension)
Parameters
extension
The extension.