Table of Contents

Class UnsupportedSpreadsheetDocumentTypeException

Namespace
BigExcelCreator.Exceptions
Assembly
BigExcelCreator.dll

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

[Serializable]
public class UnsupportedSpreadsheetDocumentTypeException : NotSupportedException, ISerializable
Inheritance
UnsupportedSpreadsheetDocumentTypeException
Implements
Inherited Members

Constructors

UnsupportedSpreadsheetDocumentTypeException()

The constructor for UnsupportedSpreadsheetDocumentTypesException

public UnsupportedSpreadsheetDocumentTypeException()

UnsupportedSpreadsheetDocumentTypeException(SerializationInfo, StreamingContext)

The constructor for UnsupportedSpreadsheetDocumentTypesException

protected UnsupportedSpreadsheetDocumentTypeException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext

UnsupportedSpreadsheetDocumentTypeException(string)

The constructor for UnsupportedSpreadsheetDocumentTypesException

public UnsupportedSpreadsheetDocumentTypeException(string message)

Parameters

message string

UnsupportedSpreadsheetDocumentTypeException(string, Exception)

The constructor for UnsupportedSpreadsheetDocumentTypesException

public UnsupportedSpreadsheetDocumentTypeException(string message, Exception innerException)

Parameters

message string
innerException Exception