Table of Contents

Class RowAlreadyOpenException

Namespace
BigExcelCreator.Exceptions
Assembly
BigExcelCreator.dll

When attempting to open a row when there is another already open

[Serializable]
public class RowAlreadyOpenException : InvalidOperationException, ISerializable
Inheritance
RowAlreadyOpenException
Implements
Inherited Members

Constructors

RowAlreadyOpenException()

The constructor for RowAlreadyOpenException

public RowAlreadyOpenException()

RowAlreadyOpenException(SerializationInfo, StreamingContext)

The constructor for RowAlreadyOpenException

protected RowAlreadyOpenException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext

RowAlreadyOpenException(string)

The constructor for RowAlreadyOpenException

public RowAlreadyOpenException(string message)

Parameters

message string

RowAlreadyOpenException(string, Exception)

The constructor for RowAlreadyOpenException

public RowAlreadyOpenException(string message, Exception innerException)

Parameters

message string
innerException Exception