Raised when no mux channels where enabled in a multiplexer measurement.


Namespace: PalmSens.Comm
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Class NoMuxChannelsEnabled
    Inherits Exception
C#
public class NoMuxChannelsEnabled : Exception
C++
ref class NoMuxChannelsEnabled : Exception
J#
public class NoMuxChannelsEnabled extends Exception
JScript
public class NoMuxChannelsEnabled extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
      PalmSens.Comm.NoMuxChannelsEnabled

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also