SpreadsheetParserException Class
Represents exception that can occur in GemBox.Spreadsheet formula parsing process.
public sealed class SpreadsheetParserException : SpreadsheetException, ISerializable, _Exception
Public NotInheritable Class SpreadsheetParserException
Inherits SpreadsheetException
Implements ISerializable, _Exception
- Inheritance:
- System.ObjectSystem.ExceptionSpreadsheetParserException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Properties
CellName
Gets the name of the ExcelCell.
Property Value
- System.String
The name of the ExcelCell.
WorksheetName
Gets the name of the ExcelWorksheet.
Property Value
- System.String
The name of the ExcelWorksheet.
Methods
GetObjectData(SerializationInfo, StreamingContext)
Adds additional exception data to the System.Runtime.Serialization.SerializationInfo.
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
<SecurityCritical>
Public Overrides Sub GetObjectData(info As SerializationInfo, context As StreamingContext)
Parameters
info
- System.Runtime.Serialization.SerializationInfo
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
- System.Runtime.Serialization.StreamingContext
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
Overrides
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception