SimulatorErrorCodes.CanNotCallSimulatorWithoutStart Field

Definition

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

Field Value

Value = 2
Int32

Applies to