Class DacChannelAlreadyInUseException
Exception thrown when a check in DacChannel constructor finds that the channel is already in use.
Inherited Members
Namespace: System.Device.Dac
Assembly: System.Device.Dac.dll
Syntax
public class DacChannelAlreadyInUseException : Exception
Constructors
DacChannelAlreadyInUseException()
Declaration
public DacChannelAlreadyInUseException()
Methods
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents this instance. |