Method | Description | |
---|---|---|
ChannelAllocationException ( ) : System |
Indicates that there are no more free channels.
|
|
ChannelAllocationException ( int channel ) : System |
Indicates that the specified channel is in use
|
public ChannelAllocationException ( ) : System | ||
return | System |
public ChannelAllocationException ( int channel ) : System | ||
channel | int | The requested channel number |
return | System |