Class TimeSeriesFileWritingException
Thrown when an error occurs while writing a time series file
public class TimeSeriesFileWritingException : Exception, ISerializable
- Inheritance
-
TimeSeriesFileWritingException
- Implements
- Inherited Members
Constructors
TimeSeriesFileWritingException()
public TimeSeriesFileWritingException()
TimeSeriesFileWritingException(string)
public TimeSeriesFileWritingException(string message)
Parameters
messagestring
TimeSeriesFileWritingException(string, Exception)
public TimeSeriesFileWritingException(string message, Exception innerException)