Table of Contents

Class TimeSeriesFileWritingException

Namespace
BlueM.Wave
Assembly
Wave.dll

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

message string

TimeSeriesFileWritingException(string, Exception)

public TimeSeriesFileWritingException(string message, Exception innerException)

Parameters

message string
innerException Exception