20 #import "OFException.h" 21 #import "OFWindowsRegistryKey.h" 25 OF_ASSUME_NONNULL_BEGIN
36 OFWindowsRegistryKey *_registryKey;
45 @property (readonly, nonatomic) OFWindowsRegistryKey *registryKey;
50 @property (readonly, nonatomic)
OFString *subkeyPath;
55 @property (readonly, nonatomic) LSTATUS status;
66 + (instancetype)exceptionWithRegistryKey: (OFWindowsRegistryKey *)registryKey
68 status: (LSTATUS)status;
70 - (instancetype)init OF_UNAVAILABLE;
81 - (instancetype)initWithRegistryKey: (OFWindowsRegistryKey *)registryKey
83 status: (LSTATUS)status OF_DESIGNATED_INITIALIZER;
A class for handling strings.
Definition: OFString.h:138
The base class for all exceptions in ObjFW.
Definition: OFException.h:154
An exception indicating that deleting a Windows registry key failed.
Definition: OFDeleteWindowsRegistryKeyFailedException.h:34