8#import <Foundation/Foundation.h>
9#import <MSSOrchestration/OrchestrationException.h>
10NS_ASSUME_NONNULL_BEGIN
21- (instancetype)init NS_UNAVAILABLE;
22- (instancetype)
new NS_UNAVAILABLE;
23- (instancetype)initWithMessage:(NSString *)message errorCode:(
int)errorCode;
Definition OrchestrationException.h:15