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