16 #import "OFException.h"
17 #import "OFWindowsRegistryKey.h"
21 OF_ASSUME_NONNULL_BEGIN
32 OFWindowsRegistryKey *_registryKey;
41 @property (readonly, nonatomic) OFWindowsRegistryKey *registryKey;
46 @property (readonly, nonatomic)
OFString *subkeyPath;
51 @property (readonly, nonatomic) LSTATUS status;
62 + (instancetype)exceptionWithRegistryKey: (OFWindowsRegistryKey *)registryKey
64 status: (LSTATUS)status;
66 - (instancetype)init OF_UNAVAILABLE;
77 - (instancetype)initWithRegistryKey: (OFWindowsRegistryKey *)registryKey
79 status: (LSTATUS)status OF_DESIGNATED_INITIALIZER;
An exception indicating that deleting a Windows registry key failed.
Definition: OFDeleteWindowsRegistryKeyFailedException.h:31
The base class for all exceptions in ObjFW.
Definition: OFException.h:151
A class for handling strings.
Definition: OFString.h:135