Samond Classes Library 1.1.6-RELEASE build 132
Classes | Defines

SCNetException.h File Reference

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.

Detailed Description

Class SCNetException header file.

Contains a declaration of network exception class.
File was introduced in version 1.1.3.


Typedef Documentation

Network error type.

Declares the types of network exceptions


Enumeration Type Documentation

Enum for SCNetError

Enumerator:
SCNetErrorUnspecified 

Unspecified network error.

SCNetErrorSubnetMask 

Subnet mask related network error.

SCNetErrorWildcardMask 

Wildcard mask related network error.

SCNetErrorSubnetPrefix 

Subnet prefix related network error.

SCNetErrorIPAddress 

IP address related network error.

 All Classes Files Functions Typedefs Enumerations Enumerator Defines