Table of Contents

Class InvalidRangeException

Namespace
BigExcelCreator.Ranges
Assembly
BigExcelCreator.dll

When unable to parse a range from a string or a range is not valid

[Serializable]
public class InvalidRangeException : Exception, ISerializable
Inheritance
InvalidRangeException
Implements
Inherited Members

Constructors

InvalidRangeException()

Constructor for InvalidRangeException

public InvalidRangeException()

InvalidRangeException(SerializationInfo, StreamingContext)

Constructor for InvalidRangeException

protected InvalidRangeException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

serializationInfo SerializationInfo
streamingContext StreamingContext

InvalidRangeException(string)

Constructor for InvalidRangeException

public InvalidRangeException(string message)

Parameters

message string

InvalidRangeException(string, Exception)

Constructor for InvalidRangeException

public InvalidRangeException(string message, Exception innerException)

Parameters

message string
innerException Exception