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