Table of Contents

Class NoOpenSheetException

Namespace
BigExcelCreator.Exceptions
Assembly
BigExcelCreator.dll

When attempting to write to a sheet when there is none open

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

Constructors

NoOpenSheetException()

The constructor for NoOpenSheetException

public NoOpenSheetException()

NoOpenSheetException(SerializationInfo, StreamingContext)

The constructor for NoOpenSheetException

protected NoOpenSheetException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext

NoOpenSheetException(string)

The constructor for NoOpenSheetException

public NoOpenSheetException(string message)

Parameters

message string

NoOpenSheetException(string, Exception)

The constructor for NoOpenSheetException

public NoOpenSheetException(string message, Exception innerException)

Parameters

message string
innerException Exception