SimulatorErrorCodes.CanNotCallSimulatorWithoutStart 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.
You cannot call any operation on Simulator if it is not running
public: int CanNotCallSimulatorWithoutStart = 2;
public const int CanNotCallSimulatorWithoutStart = 2;
val mutable CanNotCallSimulatorWithoutStart : int
Public Const CanNotCallSimulatorWithoutStart As Integer = 2