Table of Contents

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

serializationInfo SerializationInfo
streamingContext StreamingContext

StyleNameNotFoundException(string)

The constructor for StyleNameNotFoundException

public StyleNameNotFoundException(string message)

Parameters

message string

StyleNameNotFoundException(string, Exception)

The constructor for StyleNameNotFoundException

public StyleNameNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception