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