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