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