Class: DSIArgumentException
This exception is thrown if an argument to a message is invalid.
@interface DSIArgumentException : NSException
Properties
argumentName
The name of the argument whose value was invalid.
@property (nonatomic, strong, readonly, nonnull) NSString* argumentName;
Loading...
There was a problem loading this topic