Class UnsupportedFileFormatException
Represents unsupported file format exception.
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
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(""). |
Overrides
System.Exception.Message