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
serializationInfoSerializationInfostreamingContextStreamingContext
InvalidRangeException(string)
Constructor for InvalidRangeException
public InvalidRangeException(string message)
Parameters
messagestring
InvalidRangeException(string, Exception)
Constructor for InvalidRangeException
public InvalidRangeException(string message, Exception innerException)