MonobjcMonobjc Documented Class Library
NSScriptObjectSpecifierError Enumeration
NamespacesMonobjc.FoundationNSScriptObjectSpecifierError

NSScriptObjectSpecifier provides the following constants for error codes for specific problems evaluating specifiers:

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSScriptObjectSpecifierError
Public Enumeration NSScriptObjectSpecifierError
public enum class NSScriptObjectSpecifierError
Members
MemberDescription
NSNoSpecifierError

No error encountered.

Available in Mac OS X v10.0 and later.


NSNoTopLevelContainersSpecifierError

Someone called evaluate with nil.

Available in Mac OS X v10.0 and later.


NSContainerSpecifierError

Error evaluating container specifier.

Available in Mac OS X v10.0 and later.


NSUnknownKeySpecifierError

Receivers do not understand the key.

Available in Mac OS X v10.0 and later.


NSInvalidIndexSpecifierError

Index out of bounds.

Available in Mac OS X v10.0 and later.


NSInternalSpecifierError

Other internal error.

Available in Mac OS X v10.0 and later.


NSOperationNotSupportedForKeySpecifierError

Attempt made to perform an unsupported operation on some key.

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)