NSItemProviderErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates errors relating to NSItemProvider methods.
public enum NSItemProviderErrorCode
type NSItemProviderErrorCode =
- Inheritance
-
NSItemProviderErrorCode
Fields
Name | Value | Description |
---|---|---|
UnavailableCoercion | -1200 | |
UnexpectedValueClass | -1100 | |
ItemUnavailable | -1000 | |
Unknown | -1 | |
None | 0 |