Class UnsupportedFileFormatException
Represents unsupported file format exception.
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 Unsupported
Declaration
public UnsupportedFileFormatException(string extension)
Parameters
System. The extension. |
Properties
Message
Provides COM objects with version-independent access to the System.
Declaration
public override string Message { get; }
Property Value
System. The error message that explains the reason for the exception, or an empty string(""). |