SpreadsheetException Class
Represents errors that can occur in the GemBox.Spreadsheet component.
public class SpreadsheetException : Exception, ISerializable, _Exception
Public Class SpreadsheetException
Inherits Exception
Implements ISerializable, _Exception
- Inheritance:
- System.ObjectSystem.ExceptionSpreadsheetException
- Derived
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Constructors
SpreadsheetException()
Initializes a new instance of the SpreadsheetException class.
SpreadsheetException(String)
Initializes a new instance of the SpreadsheetException class with a specified error message.
Parameters
msg
- System.String
Message string.
SpreadsheetException(String, Exception)
Initializes a new instance of the SpreadsheetException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public SpreadsheetException(string msg, Exception inner)
Public Sub New(msg As String, inner As Exception)
Parameters
msg
- System.String
Message string.
inner
- System.Exception
Inner exception.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception