Class StyleListNotAvailableException
- Namespace
- BigExcelCreator.Exceptions
- Assembly
- BigExcelCreator.dll
When trying to get a style by name but no name was provided.
[Serializable]
public class StyleListNotAvailableException : InvalidOperationException, ISerializable
- Inheritance
-
StyleListNotAvailableException
- Implements
- Inherited Members
Constructors
StyleListNotAvailableException()
The constructor for StyleListNotAvailableException
public StyleListNotAvailableException()
StyleListNotAvailableException(SerializationInfo, StreamingContext)
The constructor for StyleListNotAvailableException
protected StyleListNotAvailableException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfoSerializationInfostreamingContextStreamingContext
StyleListNotAvailableException(string)
The constructor for StyleListNotAvailableException
public StyleListNotAvailableException(string message)
Parameters
messagestring
StyleListNotAvailableException(string, Exception)
The constructor for StyleListNotAvailableException
public StyleListNotAvailableException(string message, Exception innerException)