Class SeriesNotFoundException
Thrown when a time series with a specified name or index cannot be found in a time series collection
public class SeriesNotFoundException : Exception, ISerializable
- Inheritance
-
SeriesNotFoundException
- Implements
- Inherited Members
Constructors
SeriesNotFoundException()
public SeriesNotFoundException()
SeriesNotFoundException(string)
public SeriesNotFoundException(string message)
Parameters
messagestring
SeriesNotFoundException(string, Exception)
public SeriesNotFoundException(string message, Exception innerException)