Table of Contents

Class DacChannelAlreadyInUseException

Namespace
System.Device.Dac
Assembly
System.Device.Dac.dll

Exception thrown when a check in DacChannel constructor finds that the channel is already in use.

public class DacChannelAlreadyInUseException : Exception
Inheritance
DacChannelAlreadyInUseException
Inherited Members
Extension Methods

Constructors

DacChannelAlreadyInUseException()

public DacChannelAlreadyInUseException()

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.