These constants represent errors generated by NSAttributedString.
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public enum NSAttributedStringError
Public Enumeration NSAttributedStringError
public enum class NSAttributedStringError

Member | Description |
---|---|
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. |

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