| Package | system.errors |
| Class | public class InvalidChannelError |
| Inheritance | InvalidChannelError Error |
| Method | Defined By | ||
|---|---|---|---|
InvalidChannelError(message:String, id:int = 0)
Creates a new InvalidChannelError instance. | InvalidChannelError | ||
| InvalidChannelError | () | Constructor |
public function InvalidChannelError(message:String, id:int = 0)Creates a new InvalidChannelError instance.
Parametersmessage:String — A string associated with the InvalidChannelError object ; this parameter is optional.
| |
id:int (default = 0) — A reference number to associate with the specific error message.
|