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
serializationInfoSerializationInfostreamingContextStreamingContext
NoOpenRowException(string)
The constructor for NoOpenRowException
public NoOpenRowException(string message)
Parameters
messagestring
NoOpenRowException(string, Exception)
The constructor for NoOpenRowException
public NoOpenRowException(string message, Exception innerException)