Class UnsupportedFileFormatException
Exception thrown when attempting to import or export a workbook with a file extension that no registered format provider supports.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class UnsupportedFileFormatException : LocalizableException, ISerializable, _Exception
Constructors
UnsupportedFileFormatException(String)
Initializes a new instance of the UnsupportedFileFormatException class for the specified unsupported file extension.
Declaration
public UnsupportedFileFormatException(string extension)
Parameters
|
System.String
extension
The extension. |
Properties
Message
Gets the error message describing which file extension is not supported.
Declaration
public override string Message { get; }
Property Value
|
System.String
The error message that explains the reason for the exception, or an empty string(""). |