SimulatorErrorCodes.UnsupportedOS Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trying to run Simulator on an unsupported operating system.
public: int UnsupportedOS = 11;
public const int UnsupportedOS = 11;
val mutable UnsupportedOS : int
Public Const UnsupportedOS As Integer = 11