PTPDFNetException
@interface PTPDFNetException : NSException
@property (nonatomic, readonly, copy, nullable) NSString *fileName;
@property (nonatomic, readonly, assign) int lineNumber;
@property (nonatomic, readonly, copy, nullable) NSString *function;
@property (nonatomic, readonly, copy, nullable) NSString *message;
@property (nonatomic, readonly, assign) int errorCode;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly, copy, nullable) NSString *fileName
Swift
var fileName: String? { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) int lineNumber
Swift
var lineNumber: Int32 { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly, copy, nullable) NSString *function
Swift
var function: String? { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly, copy, nullable) NSString *message
Swift
var message: String? { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) int errorCode
Swift
var errorCode: Int32 { get }