[]
A general exception thrown for application errors in the GrapeCity.SpreadBuilder assembly.
public class SpreadBuilderException : ApplicationException, ISerializable
Name | Description |
---|---|
SpreadBuilderException() | Initializes a new instance of the System.ApplicationException class. |
SpreadBuilderException(SerializationInfo, StreamingContext) | Initializes a new instance of the SpreadBuilderException class with serialized data. |
SpreadBuilderException(string) | Initializes a new instance of the SpreadBuilderException class with a specified error message. |
SpreadBuilderException(string, Exception) | Initializes a new instance of the SpreadBuilderException class with a specified error message and a reference to the inner exception that caused this exception. |