NSDecodingFailurePolicy 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 the manner in which a NSCoder fails. (See P:Foundation.NSCoder.FailurePolicy)
public enum NSDecodingFailurePolicy
type NSDecodingFailurePolicy =
- Inheritance
-
NSDecodingFailurePolicy
Fields
Name | Value | Description |
---|---|---|
RaiseException | 0 | |
SetErrorAndReturn | 1 |