|
Samond Classes Library 1.1.6-RELEASE build 132
|
Class SCNetException header file. More...
#import <Foundation/Foundation.h>#import <scl/SCTypes.h>#import <scl/SCException.h>Go to the source code of this file.
Classes | |
| class | SCNetException |
| Network exception class. More... | |
Defines | |
| #define | SCNetExceptionClass @"SCNetException" |
| SCNetException class name. | |
Exception name constant | |
| #define | SCNetErrorName @"SCNet" |
| Name of exception. | |
Exception supporting types | |
| enum | _SCNetError { SCNetErrorUnspecified = 0, SCNetErrorSubnetMask = 1, SCNetErrorWildcardMask = 2, SCNetErrorSubnetPrefix = 3, SCNetErrorIPAddress = 4 } |
| typedef enum _SCNetError | SCNetError |
| Network error type. | |
Class SCNetException header file.
Contains a declaration of network exception class.
File was introduced in version 1.1.3.
Network error type.
Declares the types of network exceptions
| enum _SCNetError |
Enum for SCNetError
1.7.3