Table of Contents

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 SerializationInfo
streamingContext 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)

Parameters

message string
innerException Exception