MonobjcMonobjc Documented Class Library
NSAttributedStringError Enumeration
NamespacesMonobjc.AppKitNSAttributedStringError

These constants represent errors generated by NSAttributedString.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSAttributedStringError
Public Enumeration NSAttributedStringError
public enum class NSAttributedStringError
Members
MemberDescription
NSTextReadInapplicableDocumentTypeError

Indicates a problem reading data with the specified format.

Available in Mac OS X v10.4 and later.


NSTextWriteInapplicableDocumentTypeError

Indicates a problem writing data of the specified format.

Available in Mac OS X v10.4 and later.


NSTextReadWriteErrorMinimum

The beginning of a range of error codes reserved for future use.

Available in Mac OS X v10.4 and later.


NSTextReadWriteErrorMaximum

The end of a range of error codes reserved for future use.

Available in Mac OS X v10.4 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.AppKit (Module: Monobjc.AppKit)