Table of Contents

Class StyleNameMustBeProvidedException

Namespace
BigExcelCreator.Exceptions
Assembly
BigExcelCreator.dll

When trying to get a style by name but no name was provided.

[Serializable]
public class StyleNameMustBeProvidedException : InvalidOperationException, ISerializable
Inheritance
StyleNameMustBeProvidedException
Implements
Inherited Members

Constructors

StyleNameMustBeProvidedException()

The constructor for StyleNameMustBeProvidedException

public StyleNameMustBeProvidedException()

StyleNameMustBeProvidedException(SerializationInfo, StreamingContext)

The constructor for StyleNameMustBeProvidedException

protected StyleNameMustBeProvidedException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext

StyleNameMustBeProvidedException(string)

The constructor for StyleNameMustBeProvidedException

public StyleNameMustBeProvidedException(string message)

Parameters

message string

StyleNameMustBeProvidedException(string, Exception)

The constructor for StyleNameMustBeProvidedException

public StyleNameMustBeProvidedException(string message, Exception innerException)

Parameters

message string
innerException Exception