Class OverlappingRangesException
- Namespace
- BigExcelCreator.Ranges
- Assembly
- BigExcelCreator.dll
When 2 or more ranges overlaps one another
[Serializable]
public class OverlappingRangesException : InvalidOperationException, ISerializable
- Inheritance
-
OverlappingRangesException
- Implements
- Inherited Members
Constructors
OverlappingRangesException()
The constructor for OverlappingRangesException
public OverlappingRangesException()
OverlappingRangesException(SerializationInfo, StreamingContext)
The constructor for OverlappingRangesException
protected OverlappingRangesException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
serializationInfoSerializationInfostreamingContextStreamingContext
OverlappingRangesException(string)
The constructor for OverlappingRangesException
public OverlappingRangesException(string message)
Parameters
messagestring
OverlappingRangesException(string, Exception)
The constructor for OverlappingRangesException
public OverlappingRangesException(string message, Exception innerException)