Class NetError[in Socket]

Error generated by network related system failures.

class NetError( [code], [description], [extra] ) \ from Error( code, description, extra )

Detailed description

Error generated by network related system failures.

The error code can be one of the codes declared in the NetErrorCode enumeration. See the Error class in the core module.

Init Block

Error generated by network related system failures.

init NetError( [code], [description], [extra] )

codeA numeric error code.
descriptionA textual description of the error code.
extraA descriptive message explaining the error conditions.

The error code can be one of the codes declared in the NetErrorCode enumeration. See the Error class in the core module.


Made with faldoc 2.1.0