Class InvalidSegmentException
An exception thrown when an ISegment<TSource> has invalid data set.
Implements
Inherited Members
Namespace: AnalysisBase.Segment
Assembly: AnalysisBase.dll
Syntax
public class InvalidSegmentException : Exception, ISerializable
Constructors
| Improve this Doc View SourceInvalidSegmentException()
Declaration
public InvalidSegmentException()
InvalidSegmentException(String)
Declaration
public InvalidSegmentException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
InvalidSegmentException(String, Exception)
Declaration
public InvalidSegmentException(string message, Exception innerException)