Class SheetAlreadyHasFilterException
- Namespace
- BigExcelCreator.Exceptions
- Assembly
- BigExcelCreator.dll
When attempting to create a filter to a sheet that already has one, without indicating to overwrite the old one
[Serializable]
public class SheetAlreadyHasFilterException : InvalidOperationException, ISerializable
- Inheritance
-
SheetAlreadyHasFilterException
- Implements
- Inherited Members
Constructors
SheetAlreadyHasFilterException()
The constructor for SheetAlreadyHasFilterException
public SheetAlreadyHasFilterException()
SheetAlreadyHasFilterException(SerializationInfo, StreamingContext)
The constructor for SheetAlreadyHasFilterException
protected SheetAlreadyHasFilterException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfo
SerializationInfostreamingContext
StreamingContext
SheetAlreadyHasFilterException(string)
The constructor for SheetAlreadyHasFilterException
public SheetAlreadyHasFilterException(string message)
Parameters
message
string
SheetAlreadyHasFilterException(string, Exception)
The constructor for SheetAlreadyHasFilterException
public SheetAlreadyHasFilterException(string message, Exception innerException)