Class MultiChannelInstrumentException
- Namespace
- PalmSens.Core.Simplified
- Assembly
- PalmSens.Core.Simplified.dll
public class MultiChannelInstrumentException : Exception, ISerializable
- Inheritance
-
MultiChannelInstrumentException
- Implements
-
- Inherited Members
-
Constructors
MultiChannelInstrumentException(int)
public MultiChannelInstrumentException(int channel)
Parameters
channel int
MultiChannelInstrumentException(int, Exception)
public MultiChannelInstrumentException(int channel, Exception innerException)
Parameters
channel int
innerException Exception
MultiChannelInstrumentException(int, string)
public MultiChannelInstrumentException(int channel, string message)
Parameters
channel int
message string
MultiChannelInstrumentException(int, string, Exception)
public MultiChannelInstrumentException(int channel, string message, Exception innerException)
Parameters
channel int
message string
innerException Exception
Properties
ChannelIndex
public int ChannelIndex { get; }
Property Value
- int