Class SheetNameCannotBeEmptyException
- Namespace
- BigExcelCreator.Exceptions
- Assembly
- BigExcelCreator.dll
When attempting to open a sheet when there is another already open
[Serializable]
public class SheetNameCannotBeEmptyException : InvalidOperationException, ISerializable
- Inheritance
-
SheetNameCannotBeEmptyException
- Implements
- Inherited Members
Constructors
SheetNameCannotBeEmptyException()
The constructor for SheetNameCannotBeNullException
public SheetNameCannotBeEmptyException()
SheetNameCannotBeEmptyException(SerializationInfo, StreamingContext)
The constructor for SheetNameCannotBeNullException
protected SheetNameCannotBeEmptyException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfo
SerializationInfostreamingContext
StreamingContext
SheetNameCannotBeEmptyException(string)
The constructor for SheetNameCannotBeNullException
public SheetNameCannotBeEmptyException(string message)
Parameters
message
string
SheetNameCannotBeEmptyException(string, Exception)
The constructor for SheetNameCannotBeNullException
public SheetNameCannotBeEmptyException(string message, Exception innerException)