[]
The exception that is thrown when a feature or operation is not implemented for a specific version of the Excel/BIFF file format.
public class VersionNotImplementedException : SpreadBuilderException, ISerializable
Name | Description |
---|---|
VersionNotImplementedException(SerializationInfo, StreamingContext) | Initializes a new instance of the VersionNotImplementedException class with serialized data. |
VersionNotImplementedException(string) | Initializes an instance of the VersionNotImplementedException class with the specified message. |
VersionNotImplementedException(string, Exception) | Initializes an instance of VersionNotImplementedException with the specified message and the inner exception. |
Name | Description |
---|---|
Message | Returns a message that describes the error. |