Class OutOfOrderWritingException
- Namespace
- BigExcelCreator.Exceptions
- Assembly
- BigExcelCreator.dll
When attempting to write to a previous row / a row before another already written to
[Serializable]
public class OutOfOrderWritingException : InvalidOperationException, ISerializable
- Inheritance
-
OutOfOrderWritingException
- Implements
- Inherited Members
Constructors
OutOfOrderWritingException()
The constructor for OutOfOrderWritingException
public OutOfOrderWritingException()
OutOfOrderWritingException(SerializationInfo, StreamingContext)
The constructor for OutOfOrderWritingException
protected OutOfOrderWritingException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfoSerializationInfostreamingContextStreamingContext
OutOfOrderWritingException(string)
The constructor for OutOfOrderWritingException
public OutOfOrderWritingException(string message)
Parameters
messagestring
OutOfOrderWritingException(string, Exception)
The constructor for OutOfOrderWritingException
public OutOfOrderWritingException(string message, Exception innerException)